public class Jwt extends Object
Jwt(String token, int expiry)
int
expiry()
String
token()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@ConstructorProperties(value={"access_token","expires_in"}) public Jwt(@Nonnull String token, int expiry)
public String token()
public int expiry()