public final class OAuthToken extends Object
OAuthToken(String refreshToken, String accessToken, long expiryTime)
String
getAccessToken()
long
getExpiryTime()
getRefreshToken()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OAuthToken(String refreshToken, String accessToken, long expiryTime)
public String getRefreshToken()
public String getAccessToken()
public long getExpiryTime()
Apache Camel