ISiteAuthSettingsProperties.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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="tokenStoreEnabled", Update=true)]
public bool? TokenStoreEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="tokenStoreEnabled", Update=true)>]
member this.TokenStoreEnabled : Nullable<bool> with get, set
Public Property TokenStoreEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to