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".
The expiration time of the access token, represented as a UNIX timestamp (in seconds).
Optional
refresh
The token used to refresh the access token. This is only
present if the offline_access
scope was requested
during authentication.
Optional
scope
A 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.