UNPKG

sensei-uaepass

Version:

🥋 Master of UAE Pass integration! Angular OAuth 2.0 (PKCE) client with sensei-level signals-based state management, multi-language support, and elegant UI components.

8 lines (7 loc) • 209 B
export declare const UaePassMemory: { setState(state: string): void; getState(): string | null; setCodeVerifier(verifier: string): void; getCodeVerifier(): string | null; clear(): void; };