public interface OAuthData extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken()
Returns the access token that can be used to make requests.
|
String |
getApiKey()
Returns the API key.
|
String |
getApiSecret()
Returns the API secret.
|
String |
getRefreshToken()
Returns the refresh token that can be used to get a new access token.
|
String getApiKey()
String getApiSecret()
String getAccessToken()
String getRefreshToken()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.