public interface GAuthService
| Modifier and Type | Method and Description |
|---|---|
void |
getAccessToken(com.google.gdata.client.authn.oauth.OAuthParameters oauthParameters)
Gets an access token from Google.
|
void |
getUnauthorizedRequestToken(com.google.gdata.client.authn.oauth.OAuthParameters oauthParameters)
Gets an unauthorized request token from Google.
|
void getUnauthorizedRequestToken(com.google.gdata.client.authn.oauth.OAuthParameters oauthParameters)
throws Exception
oauthParameters - value object for providing input data and storing result data
(unauthorized request token).Exceptionvoid getAccessToken(com.google.gdata.client.authn.oauth.OAuthParameters oauthParameters)
throws Exception
oauthParameters - value object for providing input data (authorized request token)
and storing result data (access token).ExceptionApache Camel