startIdentityProviderIntent_Pre method
Future<StartIdentityProviderIntentResponse>
startIdentityProviderIntent_Pre(
- ServiceCall call,
- Future<
StartIdentityProviderIntentRequest> request
Implementation
$async.Future<$0.StartIdentityProviderIntentResponse> startIdentityProviderIntent_Pre($grpc.ServiceCall call, $async.Future<$0.StartIdentityProviderIntentRequest> request) async {
return startIdentityProviderIntent(call, await request);
}