This class is intended to store token data in LocalStorage or in-memory storage.
The type of the generated Token Store
The current Access Token
The current Refresh Token
Gets the specified token
The key for the token
The requested token, or Token.Empty in case of error
Sets the token with the specified key to the specified value
The key for the token to set
The token to set with the specified key
Generated using TypeDoc
This class is intended to store token data in LocalStorage or in-memory storage.