UNPKG

@devvai/devv-code-backend

Version:

Backend SDK for Devv Code - Provides authentication, data management, email and AI capabilities

14 lines (13 loc) 398 B
/** * Device ID management for Devv Code Frontend SDK * Generates and persists a unique device identifier */ /** * Get the device ID, creating it if it doesn't exist * Always returns the final encrypted format */ export declare function getEncryptedDeviceId(): string; /** * Initialize device ID (called once when SDK is first loaded) */ export declare function initializeDeviceId(): void;