public final class OAuth2LoginConfigurer.TokenEndpointConfig
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
OAuth2LoginConfigurer.TokenEndpointConfig |
accessTokenResponseClient(OAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest> accessTokenResponseClient)
Sets the client used for requesting the access token credential from the Token
Endpoint.
|
OAuth2LoginConfigurer<B> |
and()
Returns the
OAuth2LoginConfigurer for further configuration. |
public OAuth2LoginConfigurer.TokenEndpointConfig accessTokenResponseClient(OAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest> accessTokenResponseClient)
accessTokenResponseClient
- the client used for requesting the access
token credential from the Token EndpointOAuth2LoginConfigurer.TokenEndpointConfig
for further configurationpublic OAuth2LoginConfigurer<B> and()
OAuth2LoginConfigurer
for further configuration.OAuth2LoginConfigurer