Multiple Refresh Tokens Support

API Endpoint(s) and/or Zoom API Event(s)

  • tokens oauth endpoint

Description
The current functionality is to invalidate any preexisting refresh tokens when a new one is created. This makes it hard to test an application (in dev mode) across multiple environments. Or have different scoped tokens in the same application. I see there are multiple threads from the early 2020s asking about this that have gone stale. One mentions that this was a planned update, but it seems to never have come to fruition. Most oauth2 providers allow for multiple refresh tokens for the same user.

Is this still planned?

Here’s the mentioned previous post ID (since I can’t include links): 13560