<PackageReference Include="Azure.Core" Version="1.53.0" />

Azure.Identity.DevelopmentBrokerOptions

Options to configure the InteractiveBrowserCredential to use the system authentication broker in lieu of an embedded web view or the system browser. For more information, see Interactive brokered authentication.
public bool? IsLegacyMsaPassthroughEnabled { get; set; }

Gets or sets whether Microsoft Account (MSA) passthrough is enabled.

public bool UseDefaultBrokerAccount { get; set; }

Gets or sets whether to authenticate with the default broker account instead of prompting the user with a login dialog.

Creates a new instance of DevelopmentBrokerOptions to configure a InteractiveBrowserCredential for broker authentication.