startIdentityProviderIntent method

ResponseFuture<StartIdentityProviderIntentResponse> startIdentityProviderIntent(
  1. StartIdentityProviderIntentRequest request, {
  2. CallOptions? options,
})

Start flow with an identity provider

Start a flow with an identity provider, for external login, registration or linking.

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

Implementation

$grpc.ResponseFuture<$0.StartIdentityProviderIntentResponse>
    startIdentityProviderIntent(
  $0.StartIdentityProviderIntentRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$startIdentityProviderIntent, request,
      options: options);
}