MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / removeCachedToken

Method removeCachedToken

wxapp/hrj.js:149–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 removeCachedToken() {
150 const cache = readTokenCache();
151 if (cache[this.openid]) {
152 delete cache[this.openid];
153 writeTokenCache(cache);
154 }
155 this.session = {};
156 }
157
158 getHeaders() {
159 return {

Callers 2

runMethod · 0.95
doSignMethod · 0.95

Calls 2

readTokenCacheFunction · 0.70
writeTokenCacheFunction · 0.70

Tested by

no test coverage detected