pub type AuthList = Vec<Auth>;
A type alias for a list of authentications, to attach methods.
pub struct AuthList { /* private fields */ }