"use strict"; 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 = {}));