public class AzureKeyVaultCredential
extends com.microsoft.azure.keyvault.authentication.KeyVaultCredentials
| Modifier and Type | Field and Description |
|---|---|
private String |
clientId |
private String |
clientKey |
private static long |
DEFAULT_TOKEN_ACQUIRE_TIMEOUT_IN_SECONDS |
private long |
timeoutInSeconds |
| Constructor and Description |
|---|
AzureKeyVaultCredential(String clientId,
String clientKey) |
AzureKeyVaultCredential(String clientId,
String clientKey,
long timeoutInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
String |
doAuthenticate(String authorization,
String resource,
String scope) |
private static final long DEFAULT_TOKEN_ACQUIRE_TIMEOUT_IN_SECONDS
private String clientId
private String clientKey
private long timeoutInSeconds
Copyright © 2019 Microsoft. All rights reserved.