Module backend::keycloak_api::api

source ·
Expand description

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§

  • The keycloak admin API.
  • AuthData 🔒
    Helper struct to cache the access token and its expiration time.
  • Helper struct to deserialize the token response.

Constants§

  • The default number of rows returned from a paginated request.
  • The minimum value for page number in a paginated request. Pages start at 1. Using a lower value would lead to nonsensical queries.
  • The minimum number of rows returned from a paginated query.

Functions§

  • Helper function to create a base URL.