mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-10-20 17:28:49 +00:00
Polish javadoc for ClientSettings.requireAuthorizationConsent
Issue gh-18016
This commit is contained in:
parent
baa3b287d6
commit
1d7f4c3b11
@ -133,8 +133,7 @@ public final class ClientSettings extends AbstractSettings {
|
||||
|
||||
/**
|
||||
* Set to {@code true} if authorization consent is required when the client
|
||||
* requests access. This applies to all interactive flows (e.g.
|
||||
* {@code authorization_code} and {@code device_code}).
|
||||
* requests access. This applies to {@code authorization_code} flow.
|
||||
* @param requireAuthorizationConsent {@code true} if authorization consent is
|
||||
* required when the client requests access, {@code false} otherwise
|
||||
* @return the {@link Builder} for further configuration
|
||||
|
@ -50,8 +50,7 @@ public final class ConfigurationSettingNames {
|
||||
|
||||
/**
|
||||
* Set to {@code true} if authorization consent is required when the client
|
||||
* requests access. This applies to all interactive flows (e.g.
|
||||
* {@code authorization_code} and {@code device_code}).
|
||||
* requests access. This applies to {@code authorization_code} flow.
|
||||
*/
|
||||
public static final String REQUIRE_AUTHORIZATION_CONSENT = CLIENT_SETTINGS_NAMESPACE
|
||||
.concat("require-authorization-consent");
|
||||
|
Loading…
x
Reference in New Issue
Block a user