UNPKG

@nestjs/jwt

Version:

Nest - modern, fast, powerful node.js web framework (@jwt)

8 lines (7 loc) 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var JwtSecretRequestType; (function (JwtSecretRequestType) { JwtSecretRequestType[JwtSecretRequestType["SIGN"] = 0] = "SIGN"; JwtSecretRequestType[JwtSecretRequestType["VERIFY"] = 1] = "VERIFY"; })(JwtSecretRequestType = exports.JwtSecretRequestType || (exports.JwtSecretRequestType = {}));