Dela via


TokenStore Class

The configuration settings of the token store.

Inheritance
azure.mgmt.web._serialization.Model
TokenStore

Constructor

TokenStore(*, enabled: bool | None = None, token_refresh_extension_hours: float | None = None, file_system: _models.FileSystemTokenStore | None = None, azure_blob_storage: _models.BlobStorageTokenStore | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
enabled

<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>.

token_refresh_extension_hours

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.

file_system

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

azure_blob_storage

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

Variables

Name Description
enabled

<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>.

token_refresh_extension_hours

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.

file_system

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

azure_blob_storage

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