* Logout — delete the stored token + strip the managed provider's * `apply` config entries (provider + models). After this, `GET /v1/auth` * flips to `ready: false`.
(providerName?: string)
| 101 | * flips to `ready: false`. |
| 102 | */ |
| 103 | logout(providerName?: string): Promise<OAuthLogoutResponse>; |
| 104 | } |
| 105 | |
| 106 | // eslint-disable-next-line @typescript-eslint/no-redeclare |
no outgoing calls
no test coverage detected