R - The type of OAuth 2.0 User RequestU - The type of OAuth 2.0 Userpublic interface OAuth2UserService<R extends OAuth2UserRequest,U extends OAuth2User>
Access Token
granted to the Client
and returning an AuthenticatedPrincipal in the form of an OAuth2User.OAuth2UserRequest,
OAuth2User,
AuthenticatedPrincipal| Modifier and Type | Method and Description |
|---|---|
U |
loadUser(R userRequest) |
U loadUser(R userRequest) throws OAuth2AuthenticationException
OAuth2AuthenticationException