addMyAuthFactorOTP_Pre method

Future<AddMyAuthFactorOTPResponse> addMyAuthFactorOTP_Pre(
  1. ServiceCall $call,
  2. Future<AddMyAuthFactorOTPRequest> $request
)

Implementation

$async.Future<$0.AddMyAuthFactorOTPResponse> addMyAuthFactorOTP_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.AddMyAuthFactorOTPRequest> $request) async {
  return addMyAuthFactorOTP($call, await $request);
}