TokenStore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>. The default is <code>false</code>. |
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
Azure SDK for .NET