1//! Shared HTTP client configuration for OAuth2 requests.
2//!
3//! This module provides a pre-configured `reqwest` client tailored
4//! specifically for secure token exchanges.
56/// Factory for creating the configured HTTP client.
7pub mod client;