Token Object
OAuth 2.0 authentication
When an Access Token is requested using OAuth 2.0, an Access Token and Refresh Token pair are returned.access_token), as well
as the Refresh Token (refresh_token) that can be used to request a new Access
Token when the current one expires (expires_in).
Server authentication
When an Access Token is requested using JWT or Client Credentials Grant, only an Access Token is returned:access_token).
Because a Refresh Token is not returned, you must request a new token when the
Access Token expires (expires_in) using the token endpoint.