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