Share via


FileSystemTokenStore Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FileSystemTokenStoreTypeConverter))]
public class FileSystemTokenStore : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IFileSystemTokenStore
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FileSystemTokenStoreTypeConverter))>]
type FileSystemTokenStore = class
    interface IFileSystemTokenStore
    interface IJsonSerializable
Public Class FileSystemTokenStore
Implements IFileSystemTokenStore
Inheritance
FileSystemTokenStore
Attributes
Implements

Constructors

FileSystemTokenStore()

Creates an new FileSystemTokenStore instance.

Properties

Directory

The directory in which the tokens will be stored.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileSystemTokenStore.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileSystemTokenStore.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IFileSystemTokenStore.

FromJsonString(String)

Creates a new instance of FileSystemTokenStore, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileSystemTokenStore into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to