Interface AuthorizationEndpointConfiguration
- All Superinterfaces:
EndpointConfiguration, OauthAuthorizationEndpointConfiguration
- All Known Implementing Classes:
OauthClientConfigurationProperties.OpenIdClientConfigurationProperties.AuthorizationEndpointConfigurationProperties
OAuth 2.0 authorization endpoint configuration.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
Method Summary
Methods inherited from interface EndpointConfiguration
getUrlMethods inherited from interface OauthAuthorizationEndpointConfiguration
getCodeChallengeMethod
-
Method Details
-
getResponseMode
-
getResponseType
@NonNull ResponseType getResponseType()- Returns:
- Value that determines the authorization processing flow to be used
-
getDisplay
-
getPrompt
-
getMaxAge
-
getUiLocales
-
getAcrValues
-