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

    Variable ResourceServerTokenDialectResponseEnumConst

    ResourceServerTokenDialectResponseEnum: {
        AccessToken: "access_token";
        AccessTokenAuthz: "access_token_authz";
        Rfc9068Profile: "rfc9068_profile";
        Rfc9068ProfileAuthz: "rfc9068_profile_authz";
    } = ...

    Dialect of access tokens that should be issued. access_token is a JWT containing standard Auth0 claims; rfc9068_profile is a JWT conforming to the IETF JWT Access Token Profile. access_token_authz and rfc9068_profile_authz additionally include RBAC permissions claims.

    Type Declaration

    • ReadonlyAccessToken: "access_token"
    • ReadonlyAccessTokenAuthz: "access_token_authz"
    • ReadonlyRfc9068Profile: "rfc9068_profile"
    • ReadonlyRfc9068ProfileAuthz: "rfc9068_profile_authz"