• 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:33
• Optional
state: string
State passed to the OAuth provider in the original request to the OAuth provider.
hub/src/lib/oauth-handle-redirect.ts:29
• userInfo: Object
Name | Type |
---|---|
avatarUrl | string |
canPay? | boolean |
email? | string |
emailVerified? | boolean |
fullname | string |
id | string |
isPro | boolean |
name | string |
orgs | { avatarUrl : string ; canPay? : boolean ; id : string ; isEnterprise : boolean ; name : string ; roleInOrg? : string }[] |
websiteUrl? | string |