public class BearerTokenCredential extends Object implements AlibabaCloudCredentials
| Constructor and Description |
|---|
BearerTokenCredential(String bearerToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId() |
String |
getAccessKeySecret() |
String |
getBearerToken() |
String |
getSecurityToken() |
String |
getType() |
void |
setBearerToken(String bearerToken) |
public BearerTokenCredential(String bearerToken)
public String getAccessKeyId()
getAccessKeyId in interface AlibabaCloudCredentialspublic String getAccessKeySecret()
getAccessKeySecret in interface AlibabaCloudCredentialspublic String getSecurityToken()
getSecurityToken in interface AlibabaCloudCredentialspublic String getType()
getType in interface AlibabaCloudCredentialspublic String getBearerToken()
getBearerToken in interface AlibabaCloudCredentialspublic void setBearerToken(String bearerToken)
Copyright © 2020. All rights reserved.