Commit iniziale
This commit is contained in:
13
node_modules/@azure/msal-browser/dist/navigation/NavigationOptions.d.ts
generated
vendored
Normal file
13
node_modules/@azure/msal-browser/dist/navigation/NavigationOptions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { ApiId } from "../utils/BrowserConstants.js";
|
||||
/**
|
||||
* Additional information passed to the navigateInternal and navigateExternal functions
|
||||
*/
|
||||
export 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
|
||||
Reference in New Issue
Block a user