Class OidcUserInfoAuthenticationContext

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

public final class OidcUserInfoAuthenticationContext extends Object implements OAuth2AuthenticationContext
An OAuth2AuthenticationContext that holds an OidcUserInfoAuthenticationToken and additional information and is used when mapping claims to an instance of OidcUserInfo.
Since:
0.2.1
See Also: