Function backend::config::data::create_api

source ยท
pub fn create_api(
    config: &Config,
) -> Arc<dyn KeycloakApi + Send + Sync + 'static>
Expand description

Creates a new Keycloak API. If the admin client ID and secret are not set, a mock API is created.