LoginRoutes.LogoutEndpoint Property

Definition

Gets or sets the endpoint at which a logout request should be made.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to