| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AzureKeyCredential |
AzureKeyCredential.update(String key)
Rotates the key associated to this credential.
|
| Constructor and Description |
|---|
AzureKeyCredentialPolicy(String name,
AzureKeyCredential credential)
Creates a policy that uses the passed
AzureKeyCredential to set the specified header name. |
Copyright © 2021 Microsoft Corporation. All rights reserved.