Interface ClientTypesResource
public interface ClientTypesResource
- Since:
- Keycloak 25. All the child endpoints are also available since that version
This endpoint including all the child endpoints requires feature
Profile.Feature.CLIENT_TYPES
to be enabled - Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateClientTypes
(ClientTypesRepresentation clientTypes) Update client types in the realm.
-
Method Details
-
getClientTypes
-
updateClientTypes
Update client types in the realm. The "global-client-types" field of client types is ignored as it is not possible to update global types- Parameters:
clientTypes
-
-