public static class OAuthCMISAuthenticationProvider.AccessToken extends Object
| Constructor and Description |
|---|
OAuthCMISAuthenticationProvider.AccessToken(org.json.simple.JSONObject json) |
OAuthCMISAuthenticationProvider.AccessToken(String accessToken,
String tokenType,
Long expiresIn,
String refreshToken,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
Long |
getExpiresAt() |
String |
getRefreshToken() |
String |
getScope() |
String |
getTokenType() |
String |
toString() |
Copyright © 2011–2014 Alfresco. All rights reserved.