OpenIdConnectConfiguration.EndSessionEndpoint Property

Definition

Gets or sets the 'end_session_endpoint'.

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

Property Value

Attributes

Applies to