/** * Used by MsalTokenProvider and MsalBrowserTokenProvider to determine whether or not * to print msal logs to the console. This method looks at the query parameter strings * and returns true if it finds 'msalLogging=true' * * This method will continue to return true until it is explicitly set to false * ('msalLogging=false') or until the session storage key is removed. * * @returns True if msal should print logs to the console. False by default. */ export declare function shouldPrintMsalLogsToConsole(): boolean; /** * Determines whether or not to skip silent authentication. * * @returns True if msal should skip silent authentication. False by default. */ export declare function shouldUsePopupDebug(): boolean; //# sourceMappingURL=MsalUtilities.d.ts.map