UNPKG

@dreaken/msal-browser-fixed-beta

Version:
20 lines (19 loc) 446 B
/** * Constants */ export declare const BrowserConstants: { CACHE_LOCATION_LOCAL: string; CACHE_LOCATION_SESSION: string; INTERACTION_STATUS_KEY: string; INTERACTION_IN_PROGRESS_VALUE: string; POPUP_WIDTH: number; POPUP_HEIGHT: number; POPUP_POLL_INTERVAL_MS: number; }; /** * HTTP Request types supported by MSAL. */ export declare enum HTTP_REQUEST_TYPE { GET = "GET", POST = "POST" }