Interface StandardClaimNames


public interface StandardClaimNames
The names of the "Standard Claims" defined by the OpenID Connect Core 1.0 specification that can be returned either in the UserInfo Response or the ID Token.
Since:
5.0
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    address - the user's preferred postal address
    static final String
    birthdate - the user's birth date
    static final String
    email - the user's preferred e-mail address
    static final String
    email_verified - true if the user's e-mail address has been verified, otherwise false
    static final String
    family_name - the user's surname(s) or last name(s)
    static final String
    gender - the user's gender
    static final String
    given_name - the user's given name(s) or first name(s)
    static final String
    locale - the user's locale
    static final String
    middle_name - the user's middle name(s)
    static final String
    name - the user's full name
    static final String
    nickname - the user's nick name that may or may not be the same as the given_name
    static final String
    phone_number - the user's preferred phone number
    static final String
    phone_number_verified - true if the user's phone number has been verified, otherwise false
    static final String
    picture - the URL of the user's profile picture
    static final String
    preferred_username - the preferred username that the user wishes to be referred to
    static final String
    profile - the URL of the user's profile page
    static final String
    sub - the Subject identifier
    static final String
    updated_at - the time the user's information was last updated
    static final String
    website - the URL of the user's web page or blog
    static final String
    zoneinfo - the user's time zone