Skip to content

Latest commit

 

History

History
125 lines (63 loc) · 1.77 KB

UserInfoResponse.md

File metadata and controls

125 lines (63 loc) · 1.77 KB

Interface: UserInfoResponse

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


Indexable

[claim: string]: undefined | JsonValue

Properties

sub

readonly sub: string


address?

readonly optional address: UserInfoAddress


birthdate?

readonly optional birthdate: string


email?

readonly optional email: string


email_verified?

readonly optional email_verified: boolean


family_name?

readonly optional family_name: string


gender?

readonly optional gender: string


given_name?

readonly optional given_name: string


locale?

readonly optional locale: string


middle_name?

readonly optional middle_name: string


name?

readonly optional name: string


nickname?

readonly optional nickname: string


phone_number?

readonly optional phone_number: string


picture?

readonly optional picture: string


preferred_username?

readonly optional preferred_username: string


profile?

readonly optional profile: string


updated_at?

readonly optional updated_at: number


website?

readonly optional website: string


zoneinfo?

readonly optional zoneinfo: string