pub fn auth_with_ws( ws: &mut WebSocket<MaybeTlsStream<TcpStream>>, options: BTreeMap<String, String>, ) -> Result<Vec<WebSocketResponse>, Error>