mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-10 19:34:41 +00:00
24 lines
797 B
JavaScript
24 lines
797 B
JavaScript
/*! @azure/msal-common v14.12.0 2024-06-10 */
|
|
'use strict';
|
|
/*
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License.
|
|
*/
|
|
const AzureCloudInstance = {
|
|
// AzureCloudInstance is not specified.
|
|
None: "none",
|
|
// Microsoft Azure public cloud
|
|
AzurePublic: "https://login.microsoftonline.com",
|
|
// Microsoft PPE
|
|
AzurePpe: "https://login.windows-ppe.net",
|
|
// Microsoft Chinese national/regional cloud
|
|
AzureChina: "https://login.chinacloudapi.cn",
|
|
// Microsoft German national/regional cloud ("Black Forest")
|
|
AzureGermany: "https://login.microsoftonline.de",
|
|
// US Government cloud
|
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
};
|
|
|
|
export { AzureCloudInstance };
|
|
//# sourceMappingURL=AuthorityOptions.mjs.map
|