From b371deddb018e812e4e6f98f5565d023cb994af9 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Tabata Date: Mon, 18 Dec 2023 12:03:12 +0900 Subject: [PATCH] remove oauth2DeviceAuthorizationGrantEnabled from ClientRepresentation Closes #25649 Signed-off-by: Yoshiyuki Tabata --- .../org/keycloak/representations/idm/ClientRepresentation.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/org/keycloak/representations/idm/ClientRepresentation.java b/core/src/main/java/org/keycloak/representations/idm/ClientRepresentation.java index 62c0a19a3c..fdb8b3e241 100755 --- a/core/src/main/java/org/keycloak/representations/idm/ClientRepresentation.java +++ b/core/src/main/java/org/keycloak/representations/idm/ClientRepresentation.java @@ -51,7 +51,6 @@ public class ClientRepresentation { protected Boolean implicitFlowEnabled; protected Boolean directAccessGrantsEnabled; protected Boolean serviceAccountsEnabled; - protected Boolean oauth2DeviceAuthorizationGrantEnabled; protected Boolean authorizationServicesEnabled; @Deprecated protected Boolean directGrantsOnly;