startIdentityProviderIntent method
ResponseFuture<StartIdentityProviderIntentResponse>
startIdentityProviderIntent(
- StartIdentityProviderIntentRequest request, {
- 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);
}