Standard OAuth 2.0 Bearer token authentication. This is the default token type used by most OAuth 2.0 implementations.
Demonstrating Proof-of-Possession (DPoP) token authentication. DPoP tokens are sender-constrained, providing additional security by cryptographically binding the token to the client.
Represents the type of access token used for API authentication.
This enum provides type-safe constants for token types returned by Auth0 and used when making authenticated API requests.
Remarks
TokenType.bearer- Standard OAuth 2.0 Bearer token (default)TokenType.dpop- Demonstrating Proof-of-Possession (DPoP) bound tokenExample