pub fn login_with_key<T: MedalConnection>( conn: &T, self_url: &str, auth_id: i32, credential: &str, ) -> Result<String, String>