Package org.springframework.security.oauth2.core.user
Provides a model for an OAuth 2.0 representation of a user
Principal.-
Interface Summary Interface Description OAuth2User A representation of a userPrincipalthat is registered with an OAuth 2.0 Provider. -
Class Summary Class Description DefaultOAuth2User The default implementation of anOAuth2User.OAuth2UserAuthority AGrantedAuthoritythat may be associated to anOAuth2User.