LookAtMySuitBot/js/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs

17 lines
335 B
JavaScript

/*! @azure/msal-common v14.4.0 2023-11-07 */
'use strict';
/*
* 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