public class TokenData extends Object
| Constructor and Description |
|---|
TokenData(String token,
String scopes,
long expireTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
long |
getExpireTimestamp() |
String |
getScopes() |
String |
getToken() |
void |
setExpireTimestamp(long expireTimestamp) |
void |
setScopes(String scopes) |
void |
setToken(String token) |
String |
toString() |
Copyright © 2020 WSO2. All rights reserved.