The access token issued by Auth0
OptionalactThe actor claim decoded from the ID token, present in delegation/impersonation flows (RFC 8693 §4.1). Represents the acting party. May be nested to reflect a delegation chain.
Token lifetime in seconds
OptionalidThe ID token, if openid scope was requested
OptionalrefreshThe refresh token, if offline_access scope was requested.
Note: Auth0 suppresses the refresh token when actor_token is present in the request.
This field will be undefined in delegation/impersonation flows.
OptionalscopeGranted scopes
Token type, typically "Bearer" or "DPoP"
Response from Custom Token Exchange.