createChallenge method

ResponseFuture<ChallengeResonse> createChallenge(
  1. ChallengeRequest request, {
  2. CallOptions? options,
})

Auth

Implementation

$grpc.ResponseFuture<$5.ChallengeResonse> createChallenge(
  $5.ChallengeRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$createChallenge, request, options: options);
}