Class OAuth2ClientAuthenticationContext

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

public final class OAuth2ClientAuthenticationContext extends Object implements OAuth2AuthenticationContext
An OAuth2AuthenticationContext that holds an OAuth2ClientAuthenticationToken and additional information and is used when validating an OAuth 2.0 Client Authentication.
Since:
1.3
See Also: