verifyWebAuthNRegistration_Pre method
Future<VerifyWebAuthNRegistrationResponse>
verifyWebAuthNRegistration_Pre(
- ServiceCall call,
- Future<
VerifyWebAuthNRegistrationRequest> request
Implementation
$async.Future<$0.VerifyWebAuthNRegistrationResponse> verifyWebAuthNRegistration_Pre($grpc.ServiceCall call, $async.Future<$0.VerifyWebAuthNRegistrationRequest> request) async {
return verifyWebAuthNRegistration(call, await request);
}