verifyMyAuthFactorOTP_Pre method

Future<VerifyMyAuthFactorOTPResponse> verifyMyAuthFactorOTP_Pre(
  1. ServiceCall $call,
  2. Future<VerifyMyAuthFactorOTPRequest> $request
)

Implementation

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