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