Class ClientOidcBackchannelLogoutSettings
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration for OIDC backchannel logout
[Serializable]
public record ClientOidcBackchannelLogoutSettings : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientOidcBackchannelLogoutSettings>
- Inheritance
-
ClientOidcBackchannelLogoutSettings
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
BackchannelLogoutInitiators
[JsonPropertyName("backchannel_logout_initiators")]
public ClientOidcBackchannelLogoutInitiators? BackchannelLogoutInitiators { get; set; }
Property Value
BackchannelLogoutSessionMetadata
[JsonPropertyName("backchannel_logout_session_metadata")]
public Optional<ClientOidcBackchannelLogoutSessionMetadata?> BackchannelLogoutSessionMetadata { get; set; }
Property Value
BackchannelLogoutUrls
Comma-separated list of URLs that are valid to call back from Auth0 for OIDC backchannel logout. Currently only one URL is allowed.
[JsonPropertyName("backchannel_logout_urls")]
public IEnumerable<string>? BackchannelLogoutUrls { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.