nnanh3-msal-browser
Version:
Thư viện đã custom của azure masl có common kèm trong
18 lines (16 loc) • 493 B
JavaScript
/*! @azure/msal-common v4.5.1 2021-08-02 */
;
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* Authority types supported by MSAL.
*/
var AuthorityType;
(function (AuthorityType) {
AuthorityType[AuthorityType["Default"] = 0] = "Default";
AuthorityType[AuthorityType["Adfs"] = 1] = "Adfs";
})(AuthorityType || (AuthorityType = {}));
export { AuthorityType };
//# sourceMappingURL=AuthorityType.js.map