| Constructor and Description |
|---|
UmaToken() |
UmaToken(String token,
String refreshToken,
int expiresIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getExpiresIn() |
String |
getRefreshToken() |
String |
getToken() |
int |
hashCode() |
void |
setExpiresIn(int expiresIn) |
void |
setRefreshToken(String refreshToken) |
void |
setToken(String token) |
String |
toString() |
Copyright © 2018. All rights reserved.