Interface UserInfoResponse

Hierarchy

  • UserInfoResponse

Indexable

[key: string]: unknown

Properties

address?: {
    country?: string;
}

Type declaration

  • Optional country?: string
birthdate?: string
email: string
email_verified: boolean
family_name?: string
gender?: string
given_name?: string
locale?: string
middle_name?: string
name: string
nickname: string
phone_number?: string
phone_number_verified?: string
picture?: string
preferred_username?: string
profile?: string
sub: string
updated_at: string
website?: string
zoneinfo?: string