AuthorizationServerContractBaseProperties.AuthorizationMethods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.
[Newtonsoft.Json.JsonProperty(PropertyName="authorizationMethods")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.AuthorizationMethod?> AuthorizationMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authorizationMethods")>]
member this.AuthorizationMethods : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.ApiManagement.Models.AuthorizationMethod>> with get, set
Public Property AuthorizationMethods As IList(Of Nullable(Of AuthorizationMethod))
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute