AzureCliCredential Class
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.
Enables authentication to Microsoft Entra ID using Azure CLI to obtain an access token.
public class AzureCliCredential : Azure.Core.TokenCredential
type AzureCliCredential = class
inherit TokenCredential
Public Class AzureCliCredential
Inherits TokenCredential
- Inheritance
Constructors
AzureCliCredential() |
Create an instance of AzureCliCredential class. |
AzureCliCredential(AzureCliCredentialOptions) |
Create an instance of AzureCliCredential class. |
Methods
GetToken(TokenRequestContext, CancellationToken) |
Obtains a access token from Azure CLI credential, using this access token to authenticate. This method called by Azure SDK clients. |
GetTokenAsync(TokenRequestContext, CancellationToken) |
Obtains a access token from Azure CLI service, using the access token to authenticate. This method id called by Azure SDK clients. |
Applies to
Azure SDK for .NET