Package com.microsoft.rest.credentials
The package provides 2 basic credential classes that work with AutoRest
generated clients for authentication purposes.
-
Interface Summary Interface Description ServiceClientCredentials ServiceClientCredentials is the abstraction for credentials used by ServiceClients accessing REST services. -
Class Summary Class Description BasicAuthenticationCredentials Basic Auth credentials for use with a REST Service Client.TokenCredentials Token based credentials for use with a REST Service Client.