authConstants.js 605 B

12345678910111213
  1. "use strict";
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. // Licensed under the MIT License. See License.txt in the project root for license information.
  4. Object.defineProperty(exports, "__esModule", { value: true });
  5. exports.AuthConstants = {
  6. "AAD_COMMON_TENANT": "common",
  7. "DEFAULT_ADAL_CLIENT_ID": "04b07795-8ddb-461a-bbee-02f9e1bf7b46",
  8. "SDK_INTERNAL_ERROR": "SDK_INTERNAL_ERROR",
  9. "DEFAULT_LANGUAGE": "en-us",
  10. "AZURE_AUTH_LOCATION": "AZURE_AUTH_LOCATION",
  11. "RESOURCE_MANAGER_ENDPOINT": "https://management.azure.com/"
  12. };
  13. //# sourceMappingURL=authConstants.js.map