Share via


DefaultAzureCredentialOptions.ExcludeBrokerCredential Property

Definition

Specifies whether broker authentication, via InteractiveBrowserCredential, will be attempted as part of the DefaultAzureCredential authentication flow. Note that the broker authentication flow will only be attempted if the application has a reference to the Azure.Identity.Broker package.

public bool ExcludeBrokerCredential { get; set; }
member this.ExcludeBrokerCredential : bool with get, set
Public Property ExcludeBrokerCredential As Boolean

Property Value

Applies to