Is it needed or possible to extend Token expiration time in the new SDK?
In the old SDK there is a method called extendAccessTokenIfNeeded() but in the new SDK there is only one similar method (by name) called internalRefreshToken() and the DOCS say - do not use this method.
So how do you handle the extend token scenario with the new SDK?
Thank you!