Uses of Interface
com.azure.core.credential.TokenCredential
Packages that use TokenCredential
Package
Description
This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries
in the Azure SDK for Java.
Azure Core Credential library is designed to simplify the process of authenticating and authorizing access
to Azure services from Java applications.
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of TokenCredential in com.azure.core.client.traits
Methods in com.azure.core.client.traits with parameters of type TokenCredentialModifier and TypeMethodDescriptionTokenCredentialTrait.credential(TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service. -
Uses of TokenCredential in com.azure.core.credential
Classes in com.azure.core.credential that implement TokenCredentialModifier and TypeClassDescriptionclassTheBasicAuthenticationCredentialis used to authenticate and authorize requests made to Azure services using the Basic authentication scheme. -
Uses of TokenCredential in com.azure.core.http.policy
Constructors in com.azure.core.http.policy with parameters of type TokenCredentialModifierConstructorDescriptionBearerTokenAuthenticationPolicy(TokenCredential credential, String... scopes) Creates BearerTokenAuthenticationPolicy.