Uses of Package
com.azure.identity
Package
Description
Package containing various types of credentials and classes
for retrieving access tokens from various configurations.
-
ClassDescriptionThe base class for credential builders that allow specifying a client ID and tenant ID for an Azure Active Directory.Represents the account information relating to an authentication requestAn AAD credential that acquires a token with an Oauth 2.0 authorization code grant for an AAD application.Fluent credential builder for instantiating a
AuthorizationCodeCredential
.A credential provider that provides token credentials based on Azure CLI command.Fluent credential builder for instantiating aAzureCliCredential
.A credential provider that provides token credentials based on Azure PowerShell command.Fluent credential builder for instantiating aAzurePowerShellCredential
.A token credential provider that can provide a credential from a list of providers.Fluent credential builder for instantiating aChainedTokenCredential
.Authenticates a service principal with AAD using a client assertion.Fluent credential builder for instantiating aClientAssertionCredential
.An AAD credential that acquires a token with a client certificate for an AAD application.Fluent credential builder for instantiating aClientCertificateCredential
.An AAD credential that acquires a token with a client secret for an AAD application.Fluent credential builder for instantiating aClientSecretCredential
.The base class for all the credential builders.The exception thrown when aTokenCredential
did not attempt to authenticate and retrieveAccessToken
, as its prerequisite information or state was not available.Creates a credential using environment variables or the shared token cache.Fluent credential builder for instantiating aDefaultAzureCredential
.An AAD credential that acquires a token with a device code for an AAD application.Fluent credential builder for instantiating aDeviceCodeCredential
.Response returned from the STS device code endpoint containing information necessary for device code flow.A credential provider that provides token credentials based on environment variables.Fluent credential builder for instantiating aEnvironmentCredential
.A credential provider that provides token credentials from Azure Tools for IntelliJ plugin credential cache.Fluent credential builder for instantiating aIntelliJCredential
.An AAD credential that acquires a token for an AAD application by prompting the login in the default browser.Fluent credential builder for instantiating aInteractiveBrowserCredential
.The base class for Managed Service Identity token based credentials.Fluent credential builder for instantiating aManagedIdentityCredential
.An AAD credential that acquires a token with a client secret and user assertion for an AAD application on behalf of a user principal.Fluent credential builder for instantiating aOnBehalfOfCredential
.A credential provider that provides token credentials from the MSAL shared token cache.Fluent credential builder for instantiating aSharedTokenCacheCredential
.Represents the Persistence Token Cache options used to setup the persistent access token cache.An AAD credential that acquires a token with a username and a password.Fluent credential builder for instantiating aUsernamePasswordCredential
.Enables authentication to Azure Active Directory using data from Visual Studio CodeFluent credential builder for instantiating aVisualStudioCodeCredential
.