public class OAuth2LoginConfigurer.RedirectionEndpointConfig
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
OAuth2LoginConfigurer<B> |
and()
Returns the
OAuth2LoginConfigurer for further configuration. |
OAuth2LoginConfigurer.RedirectionEndpointConfig |
baseUri(java.lang.String authorizationResponseBaseUri)
Sets the
URI where the authorization response will be processed. |
public OAuth2LoginConfigurer.RedirectionEndpointConfig baseUri(java.lang.String authorizationResponseBaseUri)
URI where the authorization response will be processed.authorizationResponseBaseUri - the URI where the authorization response will be processedOAuth2LoginConfigurer.RedirectionEndpointConfig for further configurationpublic OAuth2LoginConfigurer<B> and()
OAuth2LoginConfigurer for further configuration.OAuth2LoginConfigurer