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

Method getCachedToken

wxapp/juziyingtao.js:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.95

Calls 1

readTokenCacheFunction · 0.70

Tested by

no test coverage detected