Class TenantSettingsSessions
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Sessions related settings for tenant
[Serializable]
public record TenantSettingsSessions : IJsonOnDeserialized, IEquatable<TenantSettingsSessions>
- Inheritance
-
TenantSettingsSessions
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
OidcLogoutPromptEnabled
Whether to bypass prompting logic (false) when performing OIDC Logout
[JsonPropertyName("oidc_logout_prompt_enabled")]
public bool? OidcLogoutPromptEnabled { 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.