| Package | Description |
|---|---|
| com.microsoft.rest.credentials |
The package provides 2 basic credential classes that work with AutoRest
generated clients for authentication purposes.
|
| Class and Description |
|---|
| BasicAuthenticationCredentials
Basic Auth credentials for use with a REST Service Client.
|
| ServiceClientCredentials
ServiceClientCredentials is the abstraction for credentials used by
ServiceClients accessing REST services.
|
| TokenCredentials
Token based credentials for use with a REST Service Client.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/