Update JWTVerify.mjs

This commit is contained in:
Michael Rowley 2021-12-30 20:51:05 +00:00
parent 6456e5860f
commit 53a7debf9a

View file

@ -26,7 +26,7 @@ class JWTVerify extends Operation {
this.infoURL = "https://wikipedia.org/wiki/JSON_Web_Token"; this.infoURL = "https://wikipedia.org/wiki/JSON_Web_Token";
this.inputType = "string"; this.inputType = "string";
this.outputType = "JSON"; this.outputType = "JSON";
let algOptions = JWT_ALGORITHMS; const algOptions = JWT_ALGORITHMS;
algOptions.push("Any"); algOptions.push("Any");
this.args = [ this.args = [
{ {