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

    Interface ResourceServerScope

    interface ResourceServerScope {
        value: string;
        description?: string;
    }
    Index
    value: string

    Value of this scope.

    description?: string

    User-friendly description of this scope.