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

    Interface ResourceServerScope

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

    Properties

    Properties

    value: string

    Value of this scope.

    description?: string

    User-friendly description of this scope.