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

Method getCachedToken

wxapp/jyxe.js:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.95

Calls 1

readTokenCacheFunction · 0.70

Tested by

no test coverage detected