@azure/msal-common
Version:
Microsoft Authentication Library for js
19 lines (17 loc) • 372 B
JavaScript
/*! @azure/msal-common v15.7.0 2025-05-30 */
;
/*
* 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