-
- All Implemented Interfaces:
-
com.tds.common.account.TdsAccount
public class TDSPlatformAccount implements TdsAccount<JSONObject>
-
-
Field Summary
Fields Modifier and Type Field Description private JSONObjecttokenprivate StringtokenStringpublic Stringaccess_tokenpublic Stringmac_algorithmpublic Stringkidpublic Stringtoken_typepublic Stringmac_keypublic longexpire_in
-
Constructor Summary
Constructors Constructor Description TDSPlatformAccount(String tdsToken)
-
Method Summary
Modifier and Type Method Description JSONObjectgetToken()StringgetTokenString()TdsAccount.AccountTypegetAccountType()-
-
Constructor Detail
-
TDSPlatformAccount
TDSPlatformAccount(String tdsToken)
-
-
Method Detail
-
getToken
JSONObject getToken()
-
getTokenString
String getTokenString()
-
getAccountType
TdsAccount.AccountType getAccountType()
-
-
-
-