Class OidcLogout
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Settings related to OIDC RP-initiated Logout
public class OidcLogout
- Inheritance
-
OidcLogout
- Inherited Members
Properties
RpLogoutEndSessionEndpointDiscovery
Enable the end_session_endpoint URL in the .well-known discovery configuration.
[JsonProperty("rp_logout_end_session_endpoint_discovery")]
public bool? RpLogoutEndSessionEndpointDiscovery { get; set; }
Property Value
- bool?