次の方法で共有


AuthorizationServerContractBaseProperties.TokenBodyParameters プロパティ

定義

名前と値の文字列プロパティを持つ JSON オブジェクトの配列として表される、この承認サーバーのトークン エンドポイントに必要な追加のパラメーター (つまり、{"name" : "name value", "value": "a value"}) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="tokenBodyParameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.TokenBodyParameterContract> TokenBodyParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tokenBodyParameters")>]
member this.TokenBodyParameters : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.TokenBodyParameterContract> with get, set
Public Property TokenBodyParameters As IList(Of TokenBodyParameterContract)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象