Optionalexpires_Absolute expiration time in seconds since Unix epoch.
Optionalexpires_Time-to-live in seconds from the time of issuance.
OptionalscopeSpace-separated scopes granted by Auth0.
The access token string (JWT or opaque).
Optionaltoken_Token type, typically "Bearer".
Full response from the
/auth/access-tokenendpoint.Returned by
getAccessToken({ includeFullResponse: true })and bymfa.challengeWithPopup(). Contains the access token along with scope and expiration metadata.