getIdentityProviderIntent method

ResponseFuture<GetIdentityProviderIntentResponse> getIdentityProviderIntent(
  1. GetIdentityProviderIntentRequest request, {
  2. CallOptions? options,
})

Get the information of the IDP authentication intent

Get the information returned by the identity provider (IDP) for registration or updating an existing user with new information.

Implementation

$grpc.ResponseFuture<$0.GetIdentityProviderIntentResponse>
    getIdentityProviderIntent(
  $0.GetIdentityProviderIntentRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getIdentityProviderIntent, request,
      options: options);
}