MCPcopy Create free account
hub / github.com/zxlie/FeHelper / InvalidTokenError

Class InvalidTokenError

apps/en-decode/endecode-lib.js:604–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602 // 来自网友的贡献,做jwt解码
603 let jwtDecode = (() => {
604 class InvalidTokenError extends Error {
605 }
606 InvalidTokenError.prototype.name = "InvalidTokenError";
607 function b64DecodeUnicode(str) {
608 return decodeURIComponent(atob(str).replace(/(.)/g, (m, p) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected