public final class CbsAuthorizationType extends ExpandableStringEnum<CbsAuthorizationType>
ClaimsBasedSecurityNode.| Modifier and Type | Field and Description |
|---|---|
static CbsAuthorizationType |
JSON_WEB_TOKEN
Authorize with CBS using a JSON web token.
|
static CbsAuthorizationType |
SHARED_ACCESS_SIGNATURE
Authorize with CBS through a shared access signature.
|
| Constructor and Description |
|---|
CbsAuthorizationType() |
public static final CbsAuthorizationType SHARED_ACCESS_SIGNATURE
public static final CbsAuthorizationType JSON_WEB_TOKEN
Copyright © 2021 Microsoft Corporation. All rights reserved.