Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface TenantSettingsGuardianPage

    Guardian page customization.

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

    Properties

    Properties

    enabled?: boolean

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

    html?: string

    Custom Guardian HTML (Liquid syntax is supported).