Package com.azure.android.core.credential
Package containing basic credential classes for authentication purposes.
-
Interface Summary Interface Description TokenCredential The interface for credentials that can provide a token.TokenCredential.TokenCredentialCallback The callback type to receive the token retrieval result. -
Class Summary Class Description AccessToken Represents an immutable access token with a token string and an expiration time.AzureKeyCredential Represents a credential that uses a key to authenticate to an Azure Service.TokenRequestContext Contains details of a request to get a token.