Azure.Identity.DevelopmentBrokerOptions
class DevelopmentBrokerOptions : InteractiveBrowserCredentialOptions, IMsalSettablePublicClientInitializerOptions, IMsalPublicClientInitializerOptions, ISupportsTenantId
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.
Gets or sets whether Microsoft Account (MSA) passthrough is enabled.
Gets or sets whether to authenticate with the default broker account instead of prompting the user with a login dialog.
public DevelopmentBrokerOptions()
Creates a new instance of DevelopmentBrokerOptions to configure a InteractiveBrowserCredential for broker authentication.