public class OAuthCredentials extends Object
Modifier and Type | Field and Description |
---|---|
private String |
accessToken |
private Calendar |
expiresAt |
private String |
refreshToken |
private String |
scope |
private String |
tokenType |
Constructor and Description |
---|
OAuthCredentials(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
Calendar |
getExpiresAt() |
String |
getRefreshToken() |
String |
getScope() |
String |
getTokenType() |
Copyright © 2013-2018. All Rights Reserved.