Interface NormalizedProfile

Hierarchy

  • NormalizedProfile

Properties

Properties

_raw: any

The raw profile you got from the OAuth2 API.

bio: string

The user's bio, if any.

photos: { value: string }[]

A list of photos. If possible, photos[0] should be the user's profile picture.

username: string

The username of the user.

Generated using TypeDoc