TokenStore interface
The configuration settings of the token store.
Properties
azure |
The configuration settings of the storage of the tokens if blob storage is used. |
enabled |
|
file |
The configuration settings of the storage of the tokens if a file system is used. |
token |
The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours. |
Property Details
azureBlobStorage
The configuration settings of the storage of the tokens if blob storage is used.
azureBlobStorage?: BlobStorageTokenStore
Property Value
enabled
true
to durably store platform-specific security tokens that are obtained during login flows; otherwise, false
.
The default is false
.
enabled?: boolean
Property Value
boolean
fileSystem
The configuration settings of the storage of the tokens if a file system is used.
fileSystem?: FileSystemTokenStore
Property Value
tokenRefreshExtensionHours
The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours.
tokenRefreshExtensionHours?: number
Property Value
number