Files
PayDirt/node_modules/@azure/identity/dist/browser/plugins/consumer.js

7 lines
315 B
JavaScript
Raw Normal View History

2025-11-12 10:13:24 -05:00
// 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