UNPKG

@azure/msal-browser

Version:
13 lines 545 B
import { ApiId } from "../utils/BrowserConstants"; /** * Additional information passed to the navigateInternal and navigateExternal functions */ export declare type NavigationOptions = { /** The Id of the API that initiated navigation */ apiId: ApiId; /** Suggested timeout (ms) based on the configuration provided to PublicClientApplication */ timeout: number; /** When set to true the url should not be added to the browser history */ noHistory: boolean; }; //# sourceMappingURL=NavigationOptions.d.ts.map