TokenStore Class
The configuration settings of the token store.
- Inheritance
-
azure.mgmt.web._serialization.ModelTokenStore
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
|
The default is |
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
|
The default is |
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. |
Azure SDK for Python