Interface: OAuthResult

Properties

accessToken

accessToken: string

Defined in

hub/src/lib/oauth-handle-redirect.ts:5


accessTokenExpiresAt

accessTokenExpiresAt: Date

Defined in

hub/src/lib/oauth-handle-redirect.ts:6


scope

scope: string

Granted scope

Defined in

hub/src/lib/oauth-handle-redirect.ts:28


state

Optional state: string

State passed to the OAuth provider in the original request to the OAuth provider.

Defined in

hub/src/lib/oauth-handle-redirect.ts:24


userInfo

userInfo: Object

Type declaration

Name Type
avatarUrl string
email? string
emailVerified? boolean
fullname string
id string
isPro boolean
name string
orgs { isEnterprise: boolean ; name: string }[]
websiteUrl? string

Defined in

hub/src/lib/oauth-handle-redirect.ts:7