UNPKG

zaccl

Version:

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

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