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