Share via


AzureActiveDirectoryLogin.DisableWWWAuthenticate Property

Definition

Gets or sets <code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="disableWWWAuthenticate")]
public bool? DisableWWWAuthenticate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disableWWWAuthenticate")>]
member this.DisableWWWAuthenticate : Nullable<bool> with get, set
Public Property DisableWWWAuthenticate As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to