"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JWTOptions = void 0; exports.JWTOptions = { algorithms: ["HS256"] }; //# sourceMappingURL=Constants.js.map