startIdentityProviderIntent method

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

Implementation

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