public final class SasTokenType extends Object
| Modifier and Type | Field and Description |
|---|---|
static SasTokenType |
ACCOUNT
Static value account for SasTokenType.
|
static SasTokenType |
SERVICE
Static value service for SasTokenType.
|
| Constructor and Description |
|---|
SasTokenType(String value)
Creates a custom value for SasTokenType.
|
public static final SasTokenType ACCOUNT
public static final SasTokenType SERVICE
public SasTokenType(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/