azure-identity
Classes
Azure::Identity Namespace Reference

Azure Identity SDK abstractions.

Classes

struct  AzureCliCredentialOptions
 Options for configuring the Azure::Identity::AzureCliCredential. More...
 
class  AzureCliCredential
 Enables authentication to Azure Active Directory using Azure CLI to obtain an access token. More...
 
class  ChainedTokenCredential
 Chained Token Credential provides a token credential implementation which chains multiple Azure::Core::Credentials::TokenCredential implementations to be tried in order until one of the GetToken() methods returns an access token. More...
 
struct  ClientCertificateCredentialOptions
 Options for client certificate authentication. More...
 
class  ClientCertificateCredential
 Client Certificate Credential authenticates with the Azure services using a Tenant ID, Client ID and a client certificate. More...
 
struct  ClientSecretCredentialOptions
 Options for token authentication. More...
 
class  ClientSecretCredential
 Client Secret Credential authenticates with the Azure services using a Tenant ID, Client ID and a client secret. More...
 
class  DefaultAzureCredential
 Default Azure Credential combines multiple credentials that depend on the setup environment and require no parameters into a single chain. If the environment is set up sufficiently for at least one of such credentials to work, DefaultAzureCredential will work as well. More...
 
struct  EnvironmentCredentialOptions
 Options for token authentication. More...
 
class  EnvironmentCredential
 Environment Credential initializes an Azure credential, based on the system environment variables being set. More...
 
class  ManagedIdentityCredential
 Client Secret Credential authenticates with the Azure services using a Tenant ID, Client ID and a client secret. More...