Abstract class representing a token storage service. Provides methods to set and get items in storage, and abstract methods to check and manage cached tokens.
Readonly
The configuration for the web core.
Private
Protected
Gets all items from the storage.
Gets an item from the storage.
The key to get.
Checks if there is a cached token in the storage.
Sets an item in the storage.
The key to set.
The value to set.
Checks if the cached token should be refreshed.
Updates the prefix used in storage keys.
The new prefix to use.
Abstract class representing a token storage service. Provides methods to set and get items in storage, and abstract methods to check and manage cached tokens.