removeHumanAuthFactorOTP_Pre method
Future<RemoveHumanAuthFactorOTPResponse>
removeHumanAuthFactorOTP_Pre(
- ServiceCall call,
- Future<
RemoveHumanAuthFactorOTPRequest> request
Implementation
$async.Future<$0.RemoveHumanAuthFactorOTPResponse> removeHumanAuthFactorOTP_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveHumanAuthFactorOTPRequest> request) async {
return removeHumanAuthFactorOTP(call, await request);
}