Class TenantSettingsPasswordPage
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Change Password page customization.
[Serializable]
public record TenantSettingsPasswordPage : IJsonOnDeserialized, IEquatable<TenantSettingsPasswordPage>
- Inheritance
-
TenantSettingsPasswordPage
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Enabled
Whether to use the custom change password HTML (true) or the default Auth0 page (false). Default is to use the Auth0 page.
[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
Html
Custom change password HTML (Liquid syntax supported).
[JsonPropertyName("html")]
public string? Html { 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.