UNPKG

zaccl

Version:

The Zoom App Complete Connection Library, a project that handles everything required to build a zoom-integrated app.

8 lines (6 loc) 140 B
/** * Default number of seconds before a JWT expires * @author Gabe Abrams */ const JWT_EXPIRY_SEC = 60; export default JWT_EXPIRY_SEC;