■Prerequisites
One of the Zoom API’s restrictions is the expiration of refresh tokens.
◇Zoom API Restrictions
・The refresh token used to call the Zoom API expires 90 days after its last use.
If this period is exceeded, the user will be unable to use the Zoom API. (The user must re-authenticate with the OAuth app.)
( OAuth 2.0 - Integrations - Zoom Developer Docs )
■Points to Confirm
Could you please clarify which of the following methods is used to calculate the expiration period for refresh tokens?
(1) The count begins at the time of authentication with the OAuth app, and the token expires after 90 days.
(2) The countdown begins when the user authenticates with the OAuth app and calls an API, and the token expires after 90 days.
(The countdown does not begin simply by authenticating with the OAuth app.)
We appreciate your confirmation.