Skip to main content

build_runtime

Function build_runtime 

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