startIdentityProviderIntent method

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

Start an IDP authentication intent

Start a new authentication intent on configured identity provider (IDP) for external login, registration or linking.

Implementation

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