MCPcopy
hub / github.com/OpenPipe/OpenPipe / Account

Interface Account

app/src/types/kysely-codegen.types.ts:36–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36export interface Account {
37 id: string;
38 userId: string;
39 type: string;
40 provider: string;
41 providerAccountId: string;
42 refresh_token: string | null;
43 refresh_token_expires_in: number | null;
44 access_token: string | null;
45 expires_at: number | null;
46 token_type: string | null;
47 scope: string | null;
48 id_token: string | null;
49 session_state: string | null;
50}
51
52export interface ApiKey {
53 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected