MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / removeCachedToken

Method removeCachedToken

wxapp/jyxe.js:108–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 removeCachedToken() {
109 const cache = readTokenCache();
110 if (cache[this.openid]) {
111 delete cache[this.openid];
112 writeTokenCache(cache);
113 }
114 this.session = {};
115 }
116
117 headers() {
118 return {

Callers 2

runMethod · 0.95
doSignMethod · 0.95

Calls 2

readTokenCacheFunction · 0.70
writeTokenCacheFunction · 0.70

Tested by

no test coverage detected