The token is stored in a cookie, the expiration dates will match the token expiration dates
The token is stored in an in-memory storage (fallback)
The token is stored in the localStorage
The is stored in a cookie, without expiration date (Session Cookie).
The token is stored in the local sessionStorage
Generated using TypeDoc
This enum represents how the token will be stored on the client-side.