Uses of Interface
com.azure.core.credential.TokenCredential
-
Packages that use TokenCredential Package Description 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.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.
-