| Package | Description |
|---|---|
| com.microsoft.alm.storage |
| Modifier and Type | Method and Description |
|---|---|
static StorageProvider.SecureOption |
StorageProvider.SecureOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageProvider.SecureOption[] |
StorageProvider.SecureOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SecretStore<Credential> |
StorageProvider.getCredentialStorage(boolean persist,
StorageProvider.SecureOption secureOption) |
static SecretStore<TokenPair> |
StorageProvider.getTokenPairStorage(boolean persist,
StorageProvider.SecureOption secureOption) |
static SecretStore<Token> |
StorageProvider.getTokenStorage(boolean persist,
StorageProvider.SecureOption secureOption) |
Copyright © 2018. All rights reserved.