Package version:

Variable nativeBrokerPluginConst

nativeBrokerPlugin: IdentityPlugin = ...

A plugin that provides WAM Integration for @azure/identity credentials. The plugin API is compatible with @azure/identity versions 4.0.0 and later. Load this plugin using the useIdentityPlugin function, imported from @azure/identity.

Example:

import { useIdentityPlugin, DeviceCodeCredential } from "@azure/identity";
import { nativeBrokerPlugin } from "@azure/identity-broker";

// Load the plugin
useIdentityPlugin(nativeBrokerPlugin);

Generated using TypeDoc