<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.
namespace Azure.Identity { internal class DevelopmentBrokerOptions : InteractiveBrowserCredentialOptions, IMsalSettablePublicClientInitializerOptions, IMsalPublicClientInitializerOptions, ISupportsTenantId { public bool? IsLegacyMsaPassthroughEnabled { get; set; } public bool UseDefaultBrokerAccount { get; set; } public DevelopmentBrokerOptions(); } }