Allows for additional, non-standard claims in the user profile.
The user's unique identifier (subject claim).
Optional
name
The user's full name.
Optional
givenThe user's given name or first name.
Optional
familyThe user's family name or last name.
Optional
middleThe user's middle name.
Optional
nickname
The user's nickname.
Optional
preferredThe user's preferred username.
Optional
profile
URL of the user's profile page.
Optional
picture
URL of the user's profile picture.
Optional
website
URL of the user's website.
Optional
email
The user's primary email address.
Optional
email
true
if the user's email address has been
verified, false
otherwise.
Optional
gender
The user's gender.
Optional
birthdate
The user's birthdate, represented as a
YYYY-MM-DD
string.
Optional
zoneinfo
The user's time zone, e.g., "America/Los_Angeles".
Optional
locale
The user's locale, e.g., "en-US".
Optional
phoneThe user's phone number.
Optional
phone
true
if the user's phone number has been
verified, false
otherwise.
Optional
address
The user's postal address.
Optional
updatedThe timestamp when the user's profile was last updated.
Represents the standard profile information of an authenticated user, typically decoded from the ID token.
Remarks
Claims are mapped to camelCase for consistency within the JavaScript/TypeScript ecosystem.