Azure.Identity.Broker Namespace

Classes

Name Description
BrokerCredentialResolver

A CredentialResolver that produces broker-backed TokenCredential instances from an IConfigurationSection. It claims sections whose CredentialSource resolves to BrokerCredential or VisualStudioCodeCredential — the two credential sources that require the Azure.Identity.Broker package to function. All other sources are deferred (return false) so the next resolver in the chain (typically AzureCredentialResolver) can claim them.

ConfigurationExtensions

Extension methods for registering BrokerCredentialResolver with a dependency-injection container.

InteractiveBrowserCredentialBrokerOptions

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 Use a broker.