Allows for additional, non-standard properties returned from the server.
A token in JWT format containing user identity claims.
The token used to make API calls to protected resources (your APIs).
The type of the token, typically "Bearer" or "DPoP"
The expiration time of the access token, represented as a UNIX timestamp (in seconds).
OptionalrefreshThe token used to refresh the access token.
This is only present if the offline_access scope was requested during authentication.
OptionalscopeA space-separated list of scopes granted for the access token.
Represents the credentials returned by Auth0 after a successful authentication. This object is platform-agnostic and is the primary return type for most login flows.