Outlook_Addin_LLM/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs

14 lines
331 B
JavaScript
Raw Normal View History

/*! @azure/msal-common v14.14.1 2024-08-13 */
'use strict';
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
const CcsCredentialType = {
HOME_ACCOUNT_ID: "home_account_id",
UPN: "UPN",
};
export { CcsCredentialType };
//# sourceMappingURL=CcsCredential.mjs.map