mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-10-22 10:18:53 +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
|
* Set to {@code true} if authorization consent is required when the client
|
||||||
* requests access. This applies to all interactive flows (e.g.
|
* requests access. This applies to {@code authorization_code} flow.
|
||||||
* {@code authorization_code} and {@code device_code}).
|
|
||||||
* @param requireAuthorizationConsent {@code true} if authorization consent is
|
* @param requireAuthorizationConsent {@code true} if authorization consent is
|
||||||
* required when the client requests access, {@code false} otherwise
|
* required when the client requests access, {@code false} otherwise
|
||||||
* @return the {@link Builder} for further configuration
|
* @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
|
* Set to {@code true} if authorization consent is required when the client
|
||||||
* requests access. This applies to all interactive flows (e.g.
|
* requests access. This applies to {@code authorization_code} flow.
|
||||||
* {@code authorization_code} and {@code device_code}).
|
|
||||||
*/
|
*/
|
||||||
public static final String REQUIRE_AUTHORIZATION_CONSENT = CLIENT_SETTINGS_NAMESPACE
|
public static final String REQUIRE_AUTHORIZATION_CONSENT = CLIENT_SETTINGS_NAMESPACE
|
||||||
.concat("require-authorization-consent");
|
.concat("require-authorization-consent");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user