Class ClientRegistration.ClientSettings.Builder
java.lang.Object
org.springframework.security.oauth2.client.registration.ClientRegistration.ClientSettings.Builder
- Enclosing class:
- ClientRegistration.ClientSettings
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
requireProofKey
(boolean requireProofKey) Set totrue
if the client is required to provide a proof key challenge and verifier when performing the Authorization Code Grant flow.
-
Method Details
-
requireProofKey
Set totrue
if the client is required to provide a proof key challenge and verifier when performing the Authorization Code Grant flow.- Parameters:
requireProofKey
-true
if the client is required to provide a proof key challenge and verifier,false
otherwise- Returns:
- the
ClientRegistration.ClientSettings.Builder
for further configuration
-
build
-