acceptChallenge abstract method

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

Implementation

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