BrokerEnabledOptions interface

Parameters when WAM broker authentication is enabled.

Properties

enabled

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

legacyEnableMsaPassthrough

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

parentWindowHandle

Window handle for parent window, required for WAM authentication.

useDefaultBrokerAccount

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.

Property Details

enabled

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

enabled: true

Property Value

true

legacyEnableMsaPassthrough

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

legacyEnableMsaPassthrough?: boolean

Property Value

boolean

parentWindowHandle

Window handle for parent window, required for WAM authentication.

parentWindowHandle: Uint8Array

Property Value

Uint8Array

useDefaultBrokerAccount

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.

useDefaultBrokerAccount?: boolean

Property Value

boolean