pub async fn read_no_authentication<S>( stream: &mut S, ) -> Result<Vec<SocksOption>>where S: AsyncRead + Unpin,
Reads the authentication response.