|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GAuthService
Interface to Google's OAuth services.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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).
Exception
void 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).
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||