MCPcopy
hub / github.com/21st-dev/1code / AuthUser

Interface AuthUser

src/main/auth-store.ts:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { safeStorage } from "electron"
4
5export interface AuthUser {
6 id: string
7 email: string
8 name: string | null
9 imageUrl: string | null
10 username: string | null
11}
12
13export interface AuthData {
14 token: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected