Interface UserProfile

Hierarchy

  • UserProfile

Indexable

[key: string]: any | any

Properties

email?: string

Email address of this user.

email_verified?: boolean

Whether this email address is verified (true) or unverified (false).

family_name?: string

Family name/last name/surname of this user.

given_name?: string

Given name/first name/forename of this user.

name?: string

Name of this user.

phone_number?: string

Phone number for this user.

phone_verified?: boolean

Whether this phone number is verified (true) or unverified (false).

username?: string

Username of this user.