| java.lang.Object | ||
| ↳ | com.google.gdata.client.authn.oauth.OAuthHelper | |
| ↳ | com.google.gdata.client.authn.oauth.GoogleOAuthHelper | |
Extends the OAuthHelper class with details specific to making
OAuth requests with Google.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessTokenUrl | |||||||||||
| requestTokenUrl | Google's OAuth endpoints | ||||||||||
| revokeTokenUrl | |||||||||||
| userAuthorizationUrl | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.authn.oauth.OAuthHelper
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new GoogleOAuthHelper, which is an
OAuthHelper with
specific urls. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.authn.oauth.OAuthHelper
| |||||||||||
From class
java.lang.Object
| |||||||||||
Google's OAuth endpoints
Creates a new GoogleOAuthHelper, which is an OAuthHelper with
specific urls.
| signer | The OAuthSigner to use when signing the request
|
|---|