//! Authentication module for VT Code.
//!
//! This module provides:
//! - OAuth flows for OpenRouter and other providers
//! - ACP authentication method handling
//! - Authentication configuration management
pub use ;
pub use ;
// Re-export config auth types for convenience
pub use ;