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

    Type Alias ResourceServerTokenDialectSchemaEnum

    ResourceServerTokenDialectSchemaEnum:
        | "access_token"
        | "access_token_authz"
        | "rfc9068_profile"
        | "rfc9068_profile_authz"

    Dialect of issued access token. 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.