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.

15 lines (14 loc) • 666 B
import { UaePassAcr } from './uae-pass.enums'; export declare const UAE_PASS_BASE_URL: { readonly prod: "https://id.uaepass.ae"; readonly stg: "https://stg-id.uaepass.ae"; }; export declare const UAE_PASS_ACR: { readonly mobileOnDevice: UaePassAcr.MobileOnDevice; readonly web: UaePassAcr.Web; }; export declare function baseUrl(isProduction: boolean): string; export declare function authorizeUrl(isProduction: boolean): string; export declare function tokenUrl(isProduction: boolean): string; export declare function userInfoUrl(isProduction: boolean): string; export declare function logoutUrl(isProduction: boolean, redirectUri: string): string;