(info: OAuthClientInformationMixed)
| 120 | } |
| 121 | |
| 122 | saveClientInformation(info: OAuthClientInformationMixed): void { |
| 123 | this.store.clientInformation = info |
| 124 | writeAuthStore(this.serverName, this.store) |
| 125 | } |
| 126 | |
| 127 | tokens(): OAuthTokens | undefined { |
| 128 | return this.store.tokens |
nothing calls this directly
no test coverage detected