@azure/msal-common
Version:
Microsoft Authentication Library for js
17 lines (15 loc) • 345 B
JavaScript
/*! @azure/msal-common v15.2.0 2025-02-18 */
;
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* Protocol modes supported by MSAL.
*/
const ProtocolMode = {
AAD: "AAD",
OIDC: "OIDC",
};
export { ProtocolMode };
//# sourceMappingURL=ProtocolMode.mjs.map