MCPcopy
hub / github.com/realworld-apps/realworld / User

Interface User

specs/e2e/helpers/debug.ts:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22export type AuthState = 'authenticated' | 'unauthenticated' | 'unavailable' | 'loading';
23
24export interface User {
25 username: string;
26 email: string;
27 bio: string | null;
28 image: string | null;
29 token: string;
30}
31
32/**
33 * Get the current JWT token from the app's debug interface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected