Share via


ApiManagementAuthorizationServerData.TokenBodyParameters Property

Definition

Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": "a value"}.

public System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.TokenBodyParameterContract> TokenBodyParameters { get; }
member this.TokenBodyParameters : System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.TokenBodyParameterContract>
Public ReadOnly Property TokenBodyParameters As IList(Of TokenBodyParameterContract)

Property Value

Applies to