acceptChallenge_Pre method
Future<AuthResponse>
acceptChallenge_Pre(
- ServiceCall $call,
- Future<
AcceptChallengeRequest> $request
Implementation
$async.Future<$6.AuthResponse> acceptChallenge_Pre($grpc.ServiceCall $call,
$async.Future<$5.AcceptChallengeRequest> $request) async {
return acceptChallenge($call, await $request);
}