-
public interface TdsAccount<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
TdsAccount.AccountType
-
Method Summary
Modifier and Type Method Description abstract TdsAccount.AccountType
getAccountType()
abstract T
getToken()
-
-
Method Detail
-
getAccountType
abstract TdsAccount.AccountType getAccountType()
-
-
-
-