Class OidcUserInfo

java.lang.Object
org.springframework.security.oauth2.core.oidc.OidcUserInfo
All Implemented Interfaces:
Serializable, ClaimAccessor, StandardClaimAccessor

public class OidcUserInfo extends Object implements StandardClaimAccessor, Serializable
A representation of a UserInfo Response that is returned from the OAuth 2.0 Protected Resource UserInfo Endpoint.

The OidcUserInfo contains a set of "Standard Claims" about the authentication of an End-User.

Since:
5.0
See Also: