Hi everyone,
I am currently integrating Zoom’s OAuth 2.0 for server-to-server authentication and need some clarification about the access and refresh tokens:
- What is the maximum length for access tokens and refresh tokens issued by Zoom?
- Is there any official documentation specifying these limits or recommendations for token storage?
I need to store these tokens in a database, so knowing the maximum string length is critical for designing the database schema appropriately.