Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
68 stars 48 forks source link

Remove TokenIndex from OAuthConnectionInfo #302

Closed Jericho closed 1 year ago

Jericho commented 1 year ago

On June 20 2023, Zoom announced the following:

Multiple Access Tokens are now available in the Server-to-server App!

The new Multiple Access Tokens feature allows you to generate multiple tokens for a server to server OAuth app without invalidating the previous tokens. This means you no longer need to use the “index” parameter in your query to generate multiple tokens. If you are using the index query parameter, it will just be ignored, but your token will still be generated.

Therefore I will remove the TokenIndex property from the OAuthConnectionInfo class.

Jericho commented 1 year ago

:tada: This issue has been resolved in version 0.64.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: