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