OpenIdConnectConfig.AuthorizationEndpoint Property

Definition

Gets or sets the endpoint to be used to make an authorization request.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to