Uses of Interface
com.azure.core.credential.TokenCredential
-
Packages that use TokenCredential Package Description com.azure.core.client.traits This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries in the Azure SDK for Java.com.azure.core.credential Package containing basic credential classes for authentication purposes.com.azure.core.http.policy 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 TokenCredential Modifier and Type Method Description TTokenCredentialTrait. 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 TokenCredential Modifier and Type Class Description classBasicAuthenticationCredentialBasic 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 TokenCredential Constructor Description BearerTokenAuthenticationPolicy(TokenCredential credential, String... scopes)Creates BearerTokenAuthenticationPolicy.
-