pub async fn build_runtime( upstreams: &[UpstreamConfig], auth_config: &AuthConfig, encryption_key: Option<&str>, ) -> Result<Option<UpstreamOAuthRuntime>>