Share via


TokenStore Class

Definition

The configuration settings of the token store.

public class TokenStore
type TokenStore = class
Public Class TokenStore
Inheritance
TokenStore

Constructors

TokenStore()

Initializes a new instance of the TokenStore class.

TokenStore(Nullable<Boolean>, Nullable<Double>, FileSystemTokenStore, BlobStorageTokenStore)

Initializes a new instance of the TokenStore class.

Properties

AzureBlobStorage

Gets or sets the configuration settings of the storage of the tokens if blob storage is used.

Enabled

Gets or sets &lt;code&gt;true&lt;/code&gt; to durably store platform-specific security tokens that are obtained during login flows; otherwise, &lt;code&gt;false&lt;/code&gt;. The default is &lt;code&gt;false&lt;/code&gt;.

FileSystem

Gets or sets the configuration settings of the storage of the tokens if a file system is used.

TokenRefreshExtensionHours

Gets or sets 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.

Applies to