AuthorizationServerUpdateContract.AuthorizationEndpoint Property

Definition

Gets or sets oAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationEndpoint")]
public string AuthorizationEndpoint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationEndpoint")>]
member this.AuthorizationEndpoint : string with get, set
Public Property AuthorizationEndpoint As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to