//! Authentication token management for QQ Guild Bot API.
//!
//! This module provides the `Token` struct for managing bot authentication
//! credentials including app ID and secret, with access token management.
pub use Token;
pub use start_access_token_refresh;
use get_refresh_millis;
use parse_expires_in;