UNPKG

@azure/msal-browser

Version:
14 lines (12 loc) 449 B
/*! @azure/msal-browser v5.6.3 2026-04-01 */ 'use strict'; /* * 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