getAuthRequest method

ResponseFuture<GetAuthRequestResponse> getAuthRequest(
  1. GetAuthRequestRequest request, {
  2. CallOptions? options,
})

Get AuthRequest

Deprecated: please move to the corresponding endpoint under oidc service v2. This endpoint will be removed with the next major version of ZITADEL.

Get OIDC Auth Request details by ID, obtained from the redirect URL. Returns details that are parsed from the application's Auth Request.

Implementation

$grpc.ResponseFuture<$0.GetAuthRequestResponse> getAuthRequest(
  $0.GetAuthRequestRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getAuthRequest, request, options: options);
}