validateLoginChallenge method

ResponseFuture<AuthPublicResponse> validateLoginChallenge(
  1. AuthPublicRequest request,
  2. {CallOptions? options}
)

Implementation

$grpc.ResponseFuture<$0.AuthPublicResponse> validateLoginChallenge(
    $0.AuthPublicRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$validateLoginChallenge, request,
      options: options);
}