Class OAuth2AccessTokenResponseAuthenticationSuccessHandler

java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.OAuth2AccessTokenResponseAuthenticationSuccessHandler
All Implemented Interfaces:
AuthenticationSuccessHandler

public final class OAuth2AccessTokenResponseAuthenticationSuccessHandler extends Object implements AuthenticationSuccessHandler
An implementation of an AuthenticationSuccessHandler used for handling an OAuth2AccessTokenAuthenticationToken and returning the Access Token Response.
Since:
7.0
See Also: