Whether a refresh is even possible — needs all three of refreshToken, clientId, clientSecret.
refreshToken
clientId
clientSecret
Refresh regardless of expiry. Used by the 401 retry path.
Bearer <token>, refreshing first if the token is missing or within the skew window of expiry.
Bearer <token>
The gateway base URL for the resolved cloud id.
Whether a refresh is even possible — needs all three of
refreshToken,clientId,clientSecret.