validateLoginChallenge method
ResponseFuture<ConnectPublicResponse>
validateLoginChallenge(
- ConnectPublicRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ConnectPublicResponse> validateLoginChallenge(
$0.ConnectPublicRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$validateLoginChallenge, request,
options: options);
}