Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AzureDeveloperCliCredential Class

Definition

Namespace:
Azure.Identity
Assemblies:
Azure.Core.dll, Azure.Identity.dll
Assembly:
Azure.Identity.dll
Packages:
Azure.Core v1.58.0, Azure.Identity v1.17.2
Package:
Azure.Identity v1.18.0-beta.3
Source:
AzureDeveloperCliCredential.cs
Source:
AzureDeveloperCliCredential.cs

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.

Enables authentication to Microsoft Entra ID using Azure Developer CLI to obtain an access token.

public class AzureDeveloperCliCredential : Azure.Core.TokenCredential
type AzureDeveloperCliCredential = class
 inherit TokenCredential
Public Class AzureDeveloperCliCredential
Inherits TokenCredential
Inheritance
AzureDeveloperCliCredential

Constructors

Name Description
AzureDeveloperCliCredential()

Create an instance of the AzureDeveloperCliCredential class.

AzureDeveloperCliCredential(AzureDeveloperCliCredentialOptions)

Create an instance of the AzureDeveloperCliCredential class.

Methods

Name Description
CreateTokenOptions(IReadOnlyDictionary<String,Object>)

Creates a new instance of GetTokenOptions using the provided properties.

(Inherited from TokenCredential)
GetToken(GetTokenOptions, CancellationToken)

Gets an AuthenticationToken for the provided properties.

(Inherited from TokenCredential)
GetToken(TokenRequestContext, CancellationToken)

Obtains an access token from Azure Developer CLI credential, using this access token to authenticate. This method called by Azure SDK clients.

GetTokenAsync(GetTokenOptions, CancellationToken)

Gets an AuthenticationToken for the provided properties.

(Inherited from TokenCredential)
GetTokenAsync(TokenRequestContext, CancellationToken)

Obtains an access token from Azure Developer CLI service, using the access token to authenticate. This method is called by Azure SDK clients.

Applies to


Feedback

Was this page helpful?