See: Description
Interface | Description |
---|---|
OAuth2UserService |
Implementations of this interface are responsible for obtaining
the end-user's (resource owner) attributes from the UserInfo Endpoint
using the provided
OAuth2AuthenticationToken.getAccessToken()
and returning an AuthenticatedPrincipal in the form of an OAuth2User
(for a standard OAuth 2.0 Provider) or UserInfo (for an OpenID Connect 1.0 Provider). |