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

    Interface BulkUpdateAculRequestContent

    {
    * configs: [{
    * prompt: "login",
    * screen: "login",
    * rendering_mode: "advanced",
    * head_tags: [{}]
    * }]
    * }
    interface BulkUpdateAculRequestContent {
        configs: AculConfigs;
    }
    Index

    Properties

    Properties

    configs: AculConfigs