-
- All Implemented Interfaces:
-
com.tds.common.account.TdsAccount
public class TDSPlatformAccount implements TdsAccount<JSONObject>
-
-
Field Summary
Fields Modifier and Type Field Description private JSONObject
token
private String
tokenString
public String
access_token
public String
mac_algorithm
public String
kid
public String
token_type
public String
mac_key
public long
expire_in
-
Constructor Summary
Constructors Constructor Description TDSPlatformAccount(String tdsToken)
-
Method Summary
Modifier and Type Method Description JSONObject
getToken()
String
getTokenString()
TdsAccount.AccountType
getAccountType()
-
-
Constructor Detail
-
TDSPlatformAccount
TDSPlatformAccount(String tdsToken)
-
-
Method Detail
-
getToken
JSONObject getToken()
-
getTokenString
String getTokenString()
-
getAccountType
TdsAccount.AccountType getAccountType()
-
-
-
-