iblqt.widgets.UseTokenCache

class iblqt.widgets.UseTokenCache[source]

Bases: IntEnum

Enumeration that defines the strategy for caching the login token.

__new__(value)
ALWAYS = 1

Indicates that the login token should always be stored.

ASK = 0

Indicates that the user should be prompted whether to store the login token.

NEVER = -1

Indicates that the login token should never be stored.