pub async fn login( client: &impl Client, mount: &str, username: &str, password: &str, ) -> Result<AuthInfo, ClientError>