次の方法で共有


AuthorizationServerContractBaseProperties.SupportState プロパティ

定義

true の場合、承認サーバーには承認要求から応答への state パラメーターが含まれます。 クライアントは状態パラメーターを使用して、プロトコルのセキュリティを高めることができます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象