UNPKG

@azure/msal-common

Version:
19 lines (17 loc) 372 B
/*! @azure/msal-common v16.6.2 2026-05-19 */ 'use strict'; /* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * Authority types supported by MSAL. */ const AuthorityType = { Default: 0, Adfs: 1, Dsts: 2, Ciam: 3, }; export { AuthorityType }; //# sourceMappingURL=AuthorityType.mjs.map