Does TS force have the ability to refresh an expired access token by itself.
Current behaviour of setting the RestClient at the time of object creation, would create problem when the access token expires during the usage of this object for further operations.
Is there a suggested method of handling this?