Nonce.ValidateNonce Property

Definition

Gets or sets <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to