Refresh tokens expire after 60 days ordinarily or after 1 minute when used to fetch a new token pair.
client_id
and client_secret
.
The header is formed by concatenating the word “Basic”, a space, and a base64-encoded
string consisting of the client_id
, a colon :
, and the client_secret
.application/x-www-form-urlencoded
, matching the format of the request body.refresh_token
Bearer
.