retrieveIdentityProviderIntent method

ResponseFuture<RetrieveIdentityProviderIntentResponse> retrieveIdentityProviderIntent(
  1. RetrieveIdentityProviderIntentRequest request, {
  2. CallOptions? options,
})

Retrieve the information returned by the identity provider

Retrieve the information returned by the identity provider for registration or updating an existing user with new information.

Deprecated: please move to the corresponding endpoint under user service v2 (GA).

Implementation

$grpc.ResponseFuture<$0.RetrieveIdentityProviderIntentResponse>
    retrieveIdentityProviderIntent(
  $0.RetrieveIdentityProviderIntentRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$retrieveIdentityProviderIntent, request,
      options: options);
}