//! Copilot Authentication Module
//!
//! Device Code Flow:
//! 1. Get device code from github.com/login/device/code
//! 2. User authorizes at github.com/login/device
//! 3. Poll for access token
//! 4. Exchange for copilot token
//! 5. Cache and use
pub use TokenCache;
pub use ;
pub use ;
pub use ;