@azure/msal-browser
Version:
Microsoft Authentication Library for js
13 lines (11 loc) • 458 B
JavaScript
/*! @azure/msal-browser v5.10.1 2026-05-11 */
;
/*
* 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