TokenStore Class

The configuration settings of the token store.

Inheritance
TokenStore

Constructor

TokenStore(*, enabled: Optional[bool] = None, token_refresh_extension_hours: Optional[float] = None, file_system: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.FileSystemTokenStore] = None, azure_blob_storage: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.BlobStorageTokenStore] = None, **kwargs)

Parameters

enabled
bool
Required

<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
float
Required

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
FileSystemTokenStore
Required

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

azure_blob_storage
BlobStorageTokenStore
Required

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