| Package | Description |
|---|---|
| com.microsoft.rest |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
| com.microsoft.rest.credentials |
The package provides 2 basic credential classes that work with AutoRest
generated clients for authentication purposes.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceClientCredentials |
RestClient.credentials() |
| Modifier and Type | Method and Description |
|---|---|
RestClient.Builder |
RestClient.Builder.withCredentials(ServiceClientCredentials credentials)
Sets the credentials.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthenticationCredentials
Basic Auth credentials for use with a REST Service Client.
|
class |
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.
*/