Setting the file. One moment. Token Management · Build Zoom Team Chat App · anthropics/knowledge-work-plugins · Skills Docs22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
125
Zoom Meeting SDK Web
88
Vendor Review
181
Create An Asset
Video Sdk/web
access_token
refresh_token
expires_at (absolute timestamp)
- Refresh “just-in-time” when an API call fails with token expiry, or
- Refresh proactively when
now >= expires_at - 60s.
- Refresh tokens can expire or be revoked (user removes app, admin blocks app).
- When you change scopes, existing users may need to reauthorize.
examples/token-management.md