verifyMyAuthFactorOTP_Pre method
Future<VerifyMyAuthFactorOTPResponse>
verifyMyAuthFactorOTP_Pre(
- ServiceCall $call,
- Future<
VerifyMyAuthFactorOTPRequest> $request
Implementation
$async.Future<$0.VerifyMyAuthFactorOTPResponse> verifyMyAuthFactorOTP_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.VerifyMyAuthFactorOTPRequest> $request) async {
return verifyMyAuthFactorOTP($call, await $request);
}