Skip to main content

ez_token/services/http_client/
mod.rs

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.
5
6/// Factory for creating the configured HTTP client.
7pub mod client;