Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Variable ClientGrantSubjectTypeEnumConst

    ClientGrantSubjectTypeEnum: {
        Client: "client";
        User: "user";
        AnonymousUser: "anonymous_user";
    } = ...

    The type of application access the client grant allows.

    Type Declaration

    • ReadonlyClient: "client"
    • ReadonlyUser: "user"
    • ReadonlyAnonymousUser: "anonymous_user"