@azure/identity
Version:
Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID
7 lines • 315 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// This module is a shim for the plugin consumer in the browser
export function useIdentityPlugin(_plugin) {
throw new Error("Identity plugins are not supported in browser environments.");
}
//# sourceMappingURL=consumer-browser.mjs.map