Class TenantOidcLogoutSettings
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Settings related to OIDC RP-initiated Logout
[Serializable]
public record TenantOidcLogoutSettings : IJsonOnDeserialized, IEquatable<TenantOidcLogoutSettings>
- Inheritance
-
TenantOidcLogoutSettings
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
RpLogoutEndSessionEndpointDiscovery
Enable the end_session_endpoint URL in the .well-known discovery configuration
[JsonPropertyName("rp_logout_end_session_endpoint_discovery")]
public bool? RpLogoutEndSessionEndpointDiscovery { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.