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

Method getCachedToken

wxapp/aiguoyue.js:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 getCachedToken() {
91 const cache = readTokenCache();
92 return cache[this.openid] || null;
93 }
94
95 saveCachedToken() {
96 if (!this.accessToken) return;

Callers 1

runMethod · 0.95

Calls 1

readTokenCacheFunction · 0.70

Tested by

no test coverage detected