//! Authentication type definitions for Eidetica
//!
//! This module contains all the core types used for authentication,
//! organized into logical submodules for better maintainability.
// Re-export all types for backward compatibility
// Re-export string conversions when needed
pub use *;
pub use *;
pub use *;
pub use *;