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