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 . |