azure-identity
Classes
Azure::Identity Namespace Reference

Azure Identity SDK abstractions. More...

Classes

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...
 
class  ClientCertificateCredential
 Client Certificate Credential authenticates with the Azure services using a Tenant ID, Client ID and a client certificate. More...
 
struct  ClientCertificateCredentialOptions
 Options for client certificate authentication. More...
 
class  ClientSecretCredential
 Client Secret Credential authenticates with the Azure services using a Tenant ID, Client ID and a client secret. More...
 
struct  ClientSecretCredentialOptions
 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...
 

Detailed Description