UNPKG

@nestjs/jwt

Version:

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

6 lines (5 loc) 267 B
export var JwtSecretRequestType; (function (JwtSecretRequestType) { JwtSecretRequestType[JwtSecretRequestType["SIGN"] = 0] = "SIGN"; JwtSecretRequestType[JwtSecretRequestType["VERIFY"] = 1] = "VERIFY"; })(JwtSecretRequestType || (JwtSecretRequestType = {}));