Class OAuthCMISAuthenticationProvider.AccessToken
- java.lang.Object
-
- org.alfresco.cmis.client.authentication.OAuthCMISAuthenticationProvider.AccessToken
-
- Enclosing class:
- OAuthCMISAuthenticationProvider
public static class OAuthCMISAuthenticationProvider.AccessToken extends Object
-
-
Constructor Summary
Constructors Constructor Description AccessToken(String accessToken, String tokenType, Long expiresIn, String refreshToken, String scope)AccessToken(org.json.simple.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()LonggetExpiresAt()StringgetRefreshToken()StringgetScope()StringgetTokenType()StringtoString()
-