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