Skip to main content

githubAuthStore

MS Code Extension API


MS Code Extension API / store/githubAuthStore

store/githubAuthStore

Interfaces

ExtensionAccess

Defined in: store/githubAuthStore.ts:93

Properties

granted

granted: boolean

Defined in: store/githubAuthStore.ts:96

id

id: string

Defined in: store/githubAuthStore.ts:94

name

name: string

Defined in: store/githubAuthStore.ts:95


GitHubUser

Defined in: store/githubAuthStore.ts:85

Properties

avatar_url

avatar_url: string

Defined in: store/githubAuthStore.ts:89

email

email: string

Defined in: store/githubAuthStore.ts:88

login

login: string

Defined in: store/githubAuthStore.ts:86

name

name: string

Defined in: store/githubAuthStore.ts:87

Variables

useGithubAuthStore

const useGithubAuthStore: UseBoundStore<StoreApi<GithubAuthState>>

Defined in: store/githubAuthStore.ts:128