Update runtime auth when provider/apiKey changes
(provider: string, apiKey?: string)
| 158 | /** Dispose the session for a channel */ |
| 159 | dispose(channelId: string): void; |
| 160 | |
| 161 | /** Reserved: list all sessions */ |
| 162 | listSessions(): SessionInfo[]; |
| 163 |
no outgoing calls
no test coverage detected