Back to Node Auth0

Variable ResourceServerTokenDialectResponseEnumConst

docs/variables/management.Management.ResourceServerTokenDialectResponseEnum.html

5.9.11019 B
Original Source

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"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark