UnauthenticatedClientActionV2 Enum

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

Inheritance
builtins.str
UnauthenticatedClientActionV2
UnauthenticatedClientActionV2

Constructor

UnauthenticatedClientActionV2(value)

Fields

ALLOW_ANONYMOUS
REDIRECT_TO_LOGIN_PAGE
RETURN401
RETURN403