Expand description
Keycloak API
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/
Structsยง
- Api
- The keycloak admin API.
- Auth
Data ๐ - Helper struct to cache the access token and its expiration time.
- Config
- Token
Response ๐ - Helper struct to deserialize the token response.
Constantsยง
- DEFAULT_
PER_ PAGE - The default number of rows returned from a paginated request.
- MIN_
PAGE - The minimum value for page number in a paginated request. Pages start at 1. Using a lower value would lead to nonsensical queries.
- MIN_
PER_ PAGE - The minimum number of rows returned from a paginated query.
Functionsยง
- to_
base_ ๐url - Helper function to create a base URL.