//! 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 ;
pub use StartRefreshAccessToken;
pub use Token;
use get_refresh_millis;
use parse_expires_in;