Login.TokenStore Property

Definition

Gets or sets the configuration settings of the token store.

[Newtonsoft.Json.JsonProperty(PropertyName="tokenStore")]
public Microsoft.Azure.Management.WebSites.Models.TokenStore TokenStore { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tokenStore")>]
member this.TokenStore : Microsoft.Azure.Management.WebSites.Models.TokenStore with get, set
Public Property TokenStore As TokenStore

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to