deno.land / x / oauth4webapi@v1.2.2 / docs / interfaces / UserInfoResponse.md

UserInfoResponse.md

Interface: UserInfoResponse

💗 Help the project

Table of contents

Properties

Properties

sub

• Readonly sub: string


address

• Optional Readonly address: Object

Type declaration

Name Type
country? string
formatted? string
locality? string
postal_code? string
region? string
street_address? string

birthdate

• Optional Readonly birthdate: string


email

• Optional Readonly email: string


email_verified

• Optional Readonly email_verified: boolean


family_name

• Optional Readonly family_name: string


gender

• Optional Readonly gender: string


given_name

• Optional Readonly given_name: string


locale

• Optional Readonly locale: string


middle_name

• Optional Readonly middle_name: string


name

• Optional Readonly name: string


nickname

• Optional Readonly nickname: string


phone_number

• Optional Readonly phone_number: string


picture

• Optional Readonly picture: string


preferred_username

• Optional Readonly preferred_username: string


profile

• Optional Readonly profile: string


updated_at

• Optional Readonly updated_at: number


website

• Optional Readonly website: string


zoneinfo

• Optional Readonly zoneinfo: string

oauth4webapi

Version Info

Tagged at
2 years ago