com.liferay.portal.kernel.oauth
Interface OAuthManager
public interface OAuthManager
- Author:
- Brian Wing Shun Chan
getAccessToken
Token getAccessToken(Token requestToken,
Verifier verifier)
throws OAuthException
- Throws:
OAuthException
getRequestToken
Token getRequestToken()
throws OAuthException
- Throws:
OAuthException
getVersion
java.lang.String getVersion()
throws OAuthException
- Throws:
OAuthException
signRequest
void signRequest(Token accessToken,
OAuthRequest oAuthRequest)
throws OAuthException
- Throws:
OAuthException