UNPKG

@azure/msal-browser

Version:
13 lines (11 loc) 458 B
/*! @azure/msal-browser v5.10.1 2026-05-11 */ 'use strict'; /* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ const MissingConfiguration = "missing_configuration"; const InvalidAuthority = "invalid_authority"; const InvalidChallengeType = "invalid_challenge_type"; export { InvalidAuthority, InvalidChallengeType, MissingConfiguration }; //# sourceMappingURL=InvalidConfigurationErrorCodes.mjs.map