TokenStore interface

The configuration settings of the token store.

Properties

azureBlobStorage

The configuration settings of the storage of the tokens if blob storage is used.

enabled

true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false. The default is false.

fileSystem

The configuration settings of the storage of the tokens if a file system is used.

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.

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