MCPcopy Create free account
hub / github.com/code100x/cms / AppxSigninResponse

Interface AppxSigninResponse

src/lib/auth.ts:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { randomUUID } from 'crypto';
10
11interface AppxSigninResponse {
12 data: {
13 userid: string;
14 name: string;
15 username?: string;
16 token: string;
17 } | null;
18}
19
20export interface session extends Session {
21 user: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected