Module backend::keycloak_api
source · Expand description
Keycloak admin API
Re-exports§
pub use dtos::UserDto;
Modules§
- This module contains the implementation of the client for the keycloak admin API. Find the documentation here of the keycloak admin API here: https://www.keycloak.org/docs-api/22.0.1/rest-api/index.html#_users/
- Dto types for keycloak admin API.
- Keycloak API errors
- 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 for the Keycloak API.