remove oauth2DeviceAuthorizationGrantEnabled from ClientRepresentation
Closes #25649 Signed-off-by: Yoshiyuki Tabata <yoshiyuki.tabata.jy@hitachi.com>
This commit is contained in:
parent
ae04b954a6
commit
b371deddb0
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue