verifyMyAuthFactorU2F_Pre method
Future<VerifyMyAuthFactorU2FResponse>
verifyMyAuthFactorU2F_Pre(
- ServiceCall $call,
- Future<
VerifyMyAuthFactorU2FRequest> $request
Implementation
$async.Future<$0.VerifyMyAuthFactorU2FResponse> verifyMyAuthFactorU2F_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.VerifyMyAuthFactorU2FRequest> $request) async {
return verifyMyAuthFactorU2F($call, await $request);
}