• accessToken: string
hub/src/lib/oauth-handle-redirect.ts:5
• accessTokenExpiresAt: Date
hub/src/lib/oauth-handle-redirect.ts:6
• scope: string
Granted scope
hub/src/lib/oauth-handle-redirect.ts:28
• Optional
state: string
State passed to the OAuth provider in the original request to the OAuth provider.
hub/src/lib/oauth-handle-redirect.ts:24
• userInfo: Object
Name | Type |
---|---|
avatarUrl | string |
email? | string |
emailVerified? | boolean |
fullname | string |
id | string |
isPro | boolean |
name | string |
orgs | { isEnterprise : boolean ; name : string }[] |
websiteUrl? | string |