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