Class TenantGuardianMfaPage
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Guardian page customization.
public class TenantGuardianMfaPage
- Inheritance
-
TenantGuardianMfaPage
- Inherited Members
Properties
Enabled
true to use the custom html for Guardian page, false otherwise (default: false).
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Html
Replace default Guardian page with custom HTML (Liquid syntax is supported).
[JsonProperty("html")]
public string Html { get; set; }