pub type AuthenticateWith<'a> = AuthenticateWith<'a>;
pub enum AuthenticateWith<'a> { Basic(&'a str, &'a str), APIKey(&'a str), }