UNPKG

basics-courses-mcp

Version:

Interactive programming courses from Basics - MCP server for Cursor

7 lines 485 B
export declare function saveDeviceCredentials(userProfileId: string, email: string): Promise<void>; export declare function getDeviceId(): Promise<string | null>; export declare function getDeviceEmail(): Promise<string | null>; export declare function getDeviceAuthCode(): Promise<string | null>; export declare function getDeviceUserProfileId(): Promise<string | null>; export declare function clearDeviceCredentials(): Promise<void>; //# sourceMappingURL=device-credentials.d.ts.map