removeIDPAuthenticator_Pre method
Future<RemoveIDPAuthenticatorResponse>
removeIDPAuthenticator_Pre(
- ServiceCall call,
- Future<
RemoveIDPAuthenticatorRequest> request
Implementation
$async.Future<$0.RemoveIDPAuthenticatorResponse> removeIDPAuthenticator_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveIDPAuthenticatorRequest> request) async {
return removeIDPAuthenticator(call, await request);
}