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

Method getCachedToken

wxapp/sinsin.js:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 getCachedToken() {
86 const cache = readTokenCache();
87 return cache[this.openid] || null;
88 }
89
90 saveCachedToken() {
91 if (!this.sessionId) return;

Callers 1

runMethod · 0.95

Calls 1

readTokenCacheFunction · 0.70

Tested by

no test coverage detected