Share via


ISiteAuthSettings.TokenStoreEnabled Property

Definition

true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false. The default is false.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.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="tokenStoreEnabled")]
public bool? TokenStoreEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.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="tokenStoreEnabled")>]
member this.TokenStoreEnabled : Nullable<bool> with get, set
Public Property TokenStoreEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to