UNPKG

376 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var JwtSecretRequestType;
4(function (JwtSecretRequestType) {
5 JwtSecretRequestType[JwtSecretRequestType["SIGN"] = 0] = "SIGN";
6 JwtSecretRequestType[JwtSecretRequestType["VERIFY"] = 1] = "VERIFY";
7})(JwtSecretRequestType = exports.JwtSecretRequestType || (exports.JwtSecretRequestType = {}));