@ConfigurationProperties(value="authorization") public static class OauthClientConfigurationProperties.AuthorizationEndpointConfigurationProperties extends DefaultEndpointConfiguration implements OauthAuthorizationEndpointConfiguration
Constructor and Description |
---|
AuthorizationEndpointConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.String> |
getCodeChallengeMethod() |
void |
setCodeChallengeMethod(java.lang.String codeChallengeMethod)
Code Challenge Method to use for PKCE.
|
getUrl, setUrl
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUrl
public AuthorizationEndpointConfigurationProperties()
@NonNull public java.util.Optional<java.lang.String> getCodeChallengeMethod()
getCodeChallengeMethod
in interface OauthAuthorizationEndpointConfiguration
public void setCodeChallengeMethod(@Nullable java.lang.String codeChallengeMethod)
codeChallengeMethod
- Code Challenge Method