()
| 160 | } |
| 161 | |
| 162 | private async loadState(): Promise<TokenState> { |
| 163 | return classifyToken(await this.storage.load(this.config.name)); |
| 164 | } |
| 165 | |
| 166 | private notifyRefresh(outcome: OAuthRefreshOutcome): void { |
| 167 | if (this.onRefresh === undefined) return; |
no test coverage detected