FileSystemTokenStore Class
The configuration settings of the storage of the tokens if a file system is used.
- Inheritance
-
azure.mgmt.web._serialization.ModelFileSystemTokenStore
Constructor
FileSystemTokenStore(*, directory: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
directory
|
The directory in which the tokens will be stored. |
Variables
Name | Description |
---|---|
directory
|
The directory in which the tokens will be stored. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python