acceptChallenge abstract method

Future<AuthResponse> acceptChallenge(
  1. ServiceCall call,
  2. AcceptChallengeRequest request
)

Implementation

$async.Future<$6.AuthResponse> acceptChallenge(
    $grpc.ServiceCall call, $5.AcceptChallengeRequest request);