Package version:

Interface BrokerDisabledOptions

Parameters when WAM broker authentication is disabled.

interface BrokerDisabledOptions {
    enabled: false;
    legacyEnableMsaPassthrough?: undefined;
    parentWindowHandle: undefined;
}

Properties

enabled

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

legacyEnableMsaPassthrough?: undefined

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

parentWindowHandle: undefined

Window handle for parent window, required for WAM authentication.