blob: d65f818531236d5e95c6a1425a66848520f75b11 (
plain) (
blame)
1
2
3
4
5
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.JWTOptions = void 0;
exports.JWTOptions = { algorithms: ["HS256"] };
//# sourceMappingURL=Constants.js.map
|