GlobalValidation.RequireAuthentication Property

Definition

Gets or sets <code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to