ISiteAuthSettingsV2.TokenStoreEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
true
to durably store platform-specific security tokens that are obtained during login flows; otherwise,
false
.
The default is false
.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\r\n The default is <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")]
public bool? TokenStoreEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\r\n The default is <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enabled")>]
member this.TokenStoreEnabled : Nullable<bool> with get, set
Public Property TokenStoreEnabled As Nullable(Of Boolean)
Property Value
- Attributes