//! Outbound `OAuth2` client credentials flow.
//!
//! This module implements token acquisition, caching, and automatic injection
//! for outbound HTTP requests to vendor services secured with `OAuth2`.
pub
pub
pub use HttpClientBuilderExt;
pub use OAuthClientConfig;
pub use TokenError;
pub use ;
pub use BearerAuthLayer;
pub use Token;
pub use ;