remove oauth2DeviceAuthorizationGrantEnabled from ClientRepresentation

Closes #25649

Signed-off-by: Yoshiyuki Tabata <yoshiyuki.tabata.jy@hitachi.com>
This commit is contained in:
Yoshiyuki Tabata 2023-12-18 12:03:12 +09:00 committed by Alexander Schwartz
parent ae04b954a6
commit b371deddb0

View file

@ -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;