pub use CAS;
pub use ;
pub use ;
pub use PendingAuth;
/// base url of the cas portal.
pub const HOST: &str = "https://cas.unilim.fr";
/// name of the session cookie.
pub const COOKIE: &str = "lemonldap";
/// name of the persistence cookie enabling [`CAS::restore`].
pub const PERSIST_COOKIE: &str = "llngconnection";