zoomus
zoomus copied to clipboard
API to retrieve a new access token if expired when doing the request
If API response status code is 401 (access token expired), it would be useful for the API to request a new access token based on the refresh_token, and run the request again with the new token.
Great idea! Feel free to submit a pull request in which this is caught in BaseComponent and then automatically retried.