DefaultAzureCredentialOptions.ExcludeBrokerCredential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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