pub type UpstreamOAuthHttpClient = AuthClient<BodyCappedHttpClient>;Aliased Type§
pub struct UpstreamOAuthHttpClient {
pub http_client: BodyCappedHttpClient,
pub auth_manager: Arc<Mutex<AuthorizationManager>>,
}Fields§
§http_client: BodyCappedHttpClient§auth_manager: Arc<Mutex<AuthorizationManager>>