public class CSCAuthContext extends Object
| Constructor and Description |
|---|
CSCAuthContext(String accessToken)
Creates a new
CSCAuthContext instance, default value of token type is set as "Bearer". |
CSCAuthContext(String accessToken,
String tokenType)
Creates a new
CSCAuthContext instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
Returns the access token required for CSC based services.
|
String |
getTokenType()
Returns the type of access token; supported type is Bearer.
|
public CSCAuthContext(String accessToken)
CSCAuthContext instance, default value of token type is set as "Bearer".accessToken - the access tokenCopyright © 2023 Adobe. All rights reserved.