UNPKG

zaccl

Version:

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

9 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Default number of seconds before a JWT expires * @author Gabe Abrams */ const JWT_EXPIRY_SEC = 60; exports.default = JWT_EXPIRY_SEC; //# sourceMappingURL=JWT_EXPIRY_SEC.js.map