UnauthenticatedClientActionV2 type

The action to take when an unauthenticated client attempts to access the app.

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