//! Enterprise Security & Authentication
//!
//! This module provides comprehensive security and authentication capabilities for Helios,
//! including OAuth, SAML, RBAC, audit logging, and data governance.
//!
//! ## Module Structure
//!
//! - `errors`: Security error types and handling
//! - `types`: Core security types and data structures
//! - `auth`: Authentication providers (OAuth2, SAML, etc.)
//! - `authorization`: Authorization and access control (RBAC, policies)
//! - `audit`: Audit logging and compliance
//! - `session`: Session management
//! - `manager`: Main security manager
// Re-export main types for convenience
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;