你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthorizationServerUpdateContract.TokenBodyParameters 属性

定义

获取或设置此授权服务器的令牌终结点所需的其他参数,这些参数表示为具有名称和值字符串属性的 JSON 对象数组,即 {“name” : “name value”, “value”: “a value”}。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tokenBodyParameters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.TokenBodyParameterContract> TokenBodyParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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

适用于