Package version:

Interface BrokerEnabledOptions

Parameters when WAM broker authentication is enabled.

interface BrokerEnabledOptions {
    enabled: true;
    legacyEnableMsaPassthrough?: boolean;
    parentWindowHandle: Uint8Array;
    useDefaultBrokerAccount?: boolean;
}

Properties

enabled

If set to true, broker will be enabled for WAM support on Windows.

legacyEnableMsaPassthrough?: boolean

If set to true, MSA account will be passed through, required for WAM authentication.

parentWindowHandle: Uint8Array

Window handle for parent window, required for WAM authentication.

useDefaultBrokerAccount?: boolean

If set to true, the credential will attempt to use the default broker account for authentication before falling back to interactive authentication. Default is set to false.