Back to Node Auth0

Interface TenantSettingsGuardianPage

docs/interfaces/management.Management.TenantSettingsGuardianPage.html

5.9.1806 B
Original Source

Interface TenantSettingsGuardianPage

Guardian page customization.

interface TenantSettingsGuardianPage {
enabled?: boolean;
html?: string;
}

Index

Properties

enabled?html?

Properties

Optionalenabled

enabled?: boolean

Whether to use the custom Guardian HTML (true) or the default Auth0 page (false, default)

Optionalhtml

html?: string

Custom Guardian HTML (Liquid syntax is supported).

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties enabledhtml