Optional
allow_Optional
authorization_Optional
clientOptional
consent_Optional
enforce_Whether authorization policies are enforced (true) or not enforced (false).
Optional
nameFriendly name for this resource server. Can not contain <
or >
characters.
Optional
proof_Optional
scopesList of permissions (scopes) that this API uses.
Optional
signing_Algorithm used to sign JWTs. Can be HS256
or RS256
. PS256
available via addon.
Optional
signing_Secret used to sign tokens when using symmetric algorithms (HS256).
Optional
skip_Whether to skip user consent for applications flagged as first party (true) or not (false).
Optional
token_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.
Optional
token_Optional
token_Expiration value (in seconds) for access tokens issued for this API from the token endpoint.
Whether refresh tokens can be issued for this API (true) or not (false).