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.
Package containing basic credential classes for authentication purposes.
Package containing 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 TypeClassDescriptionclassBasic Auth credentials for use with a REST Service Client. -
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.