verifyMyAuthFactorOTP_Pre method

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

Implementation

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