UNPKG

@azure/msal-common

Version:
17 lines (15 loc) 345 B
/*! @azure/msal-common v15.2.0 2025-02-18 */ '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