UnauthenticatedClientActionV2 type

Action à entreprendre lorsqu’un client non authentifié tente d’accéder à l’application.

type UnauthenticatedClientActionV2 =
  | "RedirectToLoginPage"
  | "AllowAnonymous"
  | "Return401"
  | "Return403"