Is it possible to generate new access_token while keeping the same refresh_token?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Reading and researching I found that Autodesk always About Refresh Token | Autodesk Platform Services with each call to the API that generates a new access_token, so the API always returns a new object with an access_token and a refresh_token. However, I believe that this strategy generates a login with no expiration date for the user.
As I'm developing an integration with Bim360, I had the following question:
Would it be possible to generate only new access_token always using the same refresh_token without it being unusable, during its validity period (15 days)?