class Keycloak::RestAPI
- Keycloak::RestAPI
- PlaceOS::Driver
- Reference
- Object
Defined in:
keycloak/rest_api.crClass Method Summary
Instance Method Summary
- #get_token
- #get_user_token(user_id : String) : String
- #on_load
- #on_update
- #users(search : String | Nil = nil, email : String | Nil = nil, enabled_users_only : Bool = true, all_pages : Bool = false, auth_token : String | Nil = nil)
Class Method Detail
Instance Method Detail
def users(search : String | Nil = nil, email : String | Nil = nil, enabled_users_only : Bool = true, all_pages : Bool = false, auth_token : String | Nil = nil)
#