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

    Interface UpdateAculRequestContent

    {
    * rendering_mode: "advanced",
    * head_tags: [{}]
    * }
    interface UpdateAculRequestContent {
        rendering_mode: Management.AculRenderingModeEnum;
        context_configuration?: string[];
        default_head_tags_disabled?: boolean | null;
        head_tags: AculHeadTag[];
        filters?: AculFilters | null;
        use_page_template?: boolean | null;
    }
    Index

    Properties

    context_configuration?: string[]

    Context values to make available

    default_head_tags_disabled?: boolean | null

    Override Universal Login default head tags

    head_tags: AculHeadTag[]

    An array of head tags

    filters?: AculFilters | null
    use_page_template?: boolean | null

    Use page template with ACUL