次の方法で共有


AuthorizationServerContractBaseProperties.ClientAuthenticationMethod プロパティ

定義

この承認サーバーのトークン エンドポイントでサポートされる認証方法を取得または設定します。 使用できる値は Basic または Body です。 Body を指定すると、クライアント資格情報とその他のパラメーターがアプリケーション/x-www-form-urlencoded 形式で要求本文内で渡されます。

[Newtonsoft.Json.JsonProperty(PropertyName="clientAuthenticationMethod")]
public System.Collections.Generic.IList<string> ClientAuthenticationMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clientAuthenticationMethod")>]
member this.ClientAuthenticationMethod : System.Collections.Generic.IList<string> with get, set
Public Property ClientAuthenticationMethod As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象