(data = {})
| 326 | } |
| 327 | |
| 328 | applyToken(data = {}) { |
| 329 | this.token = data.token || ""; |
| 330 | this.lmid = data.lmid || ""; |
| 331 | this.expire = Number(data.expire || 0); |
| 332 | } |
| 333 | |
| 334 | getCachedToken() { |
| 335 | const item = readCache()[this.account]; |
no outgoing calls
no test coverage detected