verifyMyAuthFactorU2F_Pre method

Future<VerifyMyAuthFactorU2FResponse> verifyMyAuthFactorU2F_Pre(
  1. ServiceCall call,
  2. Future<VerifyMyAuthFactorU2FRequest> request
)

Implementation

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