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 io.micronaut.security.oauth2.configuration.endpoints.EndpointConfiguration
getUrlMethods inherited from interface io.micronaut.security.oauth2.configuration.endpoints.OauthAuthorizationEndpointConfiguration
getCodeChallengeMethod 
- 
Method Details
- 
getResponseMode
- Returns:
 - Mechanism to be used for returning Authorization Response parameters from the Authorization Endpoint.
 
 - 
getResponseType
- Returns:
 - Value that determines the authorization processing flow to be used
 
 - 
getDisplay
- Returns:
 - ASCII string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.
 
 - 
getPrompt
- Returns:
 - Space delimited, case sensitive list of ASCII string values that specifies whether the Authorization Server prompts the End-User for reauthentication and consent.
 
 - 
getMaxAge
- Returns:
 - Maximum Authentication Age.
 
 - 
getUiLocales
- Returns:
 - End-User's preferred languages and scripts for the user interface, represented as a space-separated list of BCP47 [RFC5646] language tag values, ordered by preference.
 
 - 
getAcrValues
- Returns:
 - Requested Authentication Context Class Reference values.
 
 
 -