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.

21 lines (20 loc) • 649 B
export interface UaePassTexts { signInWithUaePass: string; completingSignIn: string; signedInSuccessfully: string; redirectingToHomePage: string; error: string; returnToHome: string; loading: string; pleaseWait: string; windowNotAvailable: string; noUrlContext: string; securityCheckFailed: string; tokenExchangeFailed: string; noUserProfile: string; userProfileFetchFailed: string; uaePass: string; } export declare const UAE_PASS_TEXTS_EN: UaePassTexts; export declare const UAE_PASS_TEXTS_AR: UaePassTexts; export declare function getUaePassTexts(language?: 'en' | 'ar'): UaePassTexts;