Sdílet prostřednictvím


AuthorizationServerContract.SupportState Property

Definition

Gets or sets if true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to