@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, setUrlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUrlpublic AuthorizationEndpointConfigurationProperties()
@NonNull public java.util.Optional<java.lang.String> getCodeChallengeMethod()
getCodeChallengeMethod in interface OauthAuthorizationEndpointConfigurationpublic void setCodeChallengeMethod(@Nullable
java.lang.String codeChallengeMethod)
codeChallengeMethod - Code Challenge Method