public final class BlobStorageTokenStore extends Object
| Constructor and Description |
|---|
BlobStorageTokenStore() |
| Modifier and Type | Method and Description |
|---|---|
String |
sasUrlSettingName()
Get the sasUrlSettingName property: The name of the app setting containing the SAS URL of the blob storage
containing the tokens.
|
void |
validate()
Validates the instance.
|
BlobStorageTokenStore |
withSasUrlSettingName(String sasUrlSettingName)
Set the sasUrlSettingName property: The name of the app setting containing the SAS URL of the blob storage
containing the tokens.
|
public String sasUrlSettingName()
public BlobStorageTokenStore withSasUrlSettingName(String sasUrlSettingName)
sasUrlSettingName - the sasUrlSettingName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.