@azure/msal-browser
Version:
Microsoft Authentication Library for js
14 lines (12 loc) • 449 B
JavaScript
/*! @azure/msal-browser v5.6.3 2026-04-01 */
;
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
const contentError = "ContentError";
const pageException = "PageException";
const userSwitch = "user_switch";
const unsupportedMethod = "unsupported_method";
export { contentError, pageException, unsupportedMethod, userSwitch };
//# sourceMappingURL=NativeAuthErrorCodes.mjs.map