OpenIdConnectConfiguration.AuthorizationEndpoint Property

Definition

Gets or sets the 'authorization_endpoint'.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("authorization_endpoint")]
public string AuthorizationEndpoint { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("authorization_endpoint")>]
member this.AuthorizationEndpoint : string with get, set
Public Property AuthorizationEndpoint As String

Property Value

Attributes

Applies to