UNPKG

@azure/identity

Version:

Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID

7 lines 317 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. const BrowserNotSupportedError = new Error("getAuthorityHostEnvironment is not supported in the browser."); export function getAuthorityHostEnvironment() { throw BrowserNotSupportedError; } //# sourceMappingURL=authHostEnv-browser.mjs.map