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