//! Test-only helpers exposed for cross-crate integration tests.
//!
//! Production code should receive an [`AuthRouteConfig`](crate::AuthRouteConfig) adapted from the
//! application's resolved HTTP client factory instead of depending on this module.
use crateAuthRouteConfig;
use HttpClientFactory;
use OutboundProxyPolicy;
/// Returns auth routing that preserves the transport's built-in proxy behavior.