FileSystemTokenStore Class

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

Inheritance
azure.mgmt.web._serialization.Model
FileSystemTokenStore

Constructor

FileSystemTokenStore(*, directory: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
directory
str

The directory in which the tokens will be stored.

Variables

Name Description
directory
str

The directory in which the tokens will be stored.