Auth0 Node.js SDK - v7.2.0
    Preparing search index...

    Interface UpdateAnonymousSessions

    Anonymous sessions configuration for this client.

    interface UpdateAnonymousSessions {
        active: boolean;
    }
    Index
    active: boolean

    If set to true, this client is allowed to create anonymous sessions.