Class OAuth2ClientCredentialsAuthenticationContext

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

public final class OAuth2ClientCredentialsAuthenticationContext extends Object implements OAuth2AuthenticationContext
An OAuth2AuthenticationContext that holds an OAuth2ClientCredentialsAuthenticationToken and additional information and is used when validating the OAuth 2.0 Client Credentials Grant Request.
Since:
1.3
See Also: