@nestjs/jwt
Version:
Nest - modern, fast, powerful node.js web framework (@jwt)
9 lines (8 loc) • 407 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.JwtSecretRequestType = void 0;
var JwtSecretRequestType;
(function (JwtSecretRequestType) {
JwtSecretRequestType[JwtSecretRequestType["SIGN"] = 0] = "SIGN";
JwtSecretRequestType[JwtSecretRequestType["VERIFY"] = 1] = "VERIFY";
})(JwtSecretRequestType || (exports.JwtSecretRequestType = JwtSecretRequestType = {}));
;