UNPKG

nnanh3-msal-browser

Version:

Thư viện đã custom của azure masl có common kèm trong

37 lines (36 loc) 1.07 kB
/*! @azure/msal-browser v2.16.1 2021-08-02 */ "use strict"; export { PublicClientApplication } from "./app/PublicClientApplication.js"; export { ApiId, BrowserCacheLocation, InteractionStatus, InteractionType, WrapperSKU, } from "./utils/BrowserConstants.js"; export { BrowserUtils } from "./utils/BrowserUtils.js"; export { BrowserAuthError, BrowserAuthErrorMessage, } from "./error/BrowserAuthError.js"; export { BrowserConfigurationAuthError, BrowserConfigurationAuthErrorMessage, } from "./error/BrowserConfigurationAuthError.js"; export { stubbedPublicClientApplication } from "./app/IPublicClientApplication.js"; export { NavigationClient } from "./navigation/NavigationClient.js"; export { EventMessageUtils } from "./event/EventMessage.js"; export { EventType } from "./event/EventType.js"; export { AccountEntity, AuthError, AuthErrorMessage, AuthenticationScheme, InteractionRequiredAuthError, LogLevel, Logger, ProtocolMode, StringUtils, UrlString, } from "nnanh3-msal-browser/msal-common"; //# sourceMappingURL=index.js.map