Class OAuth2AccessTokenAuthenticationContext

java.lang.Object
org.springframework.security.oauth2.server.authorization.authentication.OAuth2AccessTokenAuthenticationContext
All Implemented Interfaces:
OAuth2AuthenticationContext, Context

public final class OAuth2AccessTokenAuthenticationContext extends Object implements OAuth2AuthenticationContext
An OAuth2AuthenticationContext that holds an OAuth2AccessTokenAuthenticationToken and additional information and is used when customizing the OAuth2AccessTokenResponse.
Since:
1.3
See Also: