Module keycloak_api

Source
Expand description

Keycloak admin API

Re-exports§

pub use dtos::UserDto;

Modules§

api
Keycloak API
dtos
Dto types for keycloak admin API.
errors
Keycloak API errors
mock_api
Mock implementation for the keycloak admin API. It is used for when the environment variables are not set which are needed to connect to the real keycloak API.
traits
Traits for the Keycloak API.