You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/settings/ClientSettings.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -133,8 +133,7 @@ public Builder requireProofKey(boolean requireProofKey) {
133
133
134
134
/**
135
135
* Set to {@code true} if authorization consent is required when the client
136
-
* requests access. This applies to all interactive flows (e.g.
137
-
* {@code authorization_code} and {@code device_code}).
136
+
* requests access. This applies to {@code authorization_code} flow.
138
137
* @param requireAuthorizationConsent {@code true} if authorization consent is
139
138
* required when the client requests access, {@code false} otherwise
140
139
* @return the {@link Builder} for further configuration
Copy file name to clipboardExpand all lines: oauth2/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/settings/ConfigurationSettingNames.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,7 @@ public static final class Client {
50
50
51
51
/**
52
52
* Set to {@code true} if authorization consent is required when the client
53
-
* requests access. This applies to all interactive flows (e.g.
54
-
* {@code authorization_code} and {@code device_code}).
53
+
* requests access. This applies to {@code authorization_code} flow.
0 commit comments