public class

GoogleOAuthHelper

extends OAuthHelper
java.lang.Object
   ↳ com.google.gdata.client.authn.oauth.OAuthHelper
     ↳ com.google.gdata.client.authn.oauth.GoogleOAuthHelper

Class Overview

Extends the OAuthHelper class with details specific to making OAuth requests with Google.

Summary

Fields
private static String accessTokenUrl
private static String requestTokenUrl Google's OAuth endpoints
private static String revokeTokenUrl
private static String userAuthorizationUrl
[Expand]
Inherited Fields
From class com.google.gdata.client.authn.oauth.OAuthHelper
Public Constructors
GoogleOAuthHelper(OAuthSigner signer)
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

Fields

private static String accessTokenUrl

private static String requestTokenUrl

Google's OAuth endpoints

private static String revokeTokenUrl

private static String userAuthorizationUrl

Public Constructors

public GoogleOAuthHelper (OAuthSigner signer)

Creates a new GoogleOAuthHelper, which is an OAuthHelper with specific urls.

Parameters
signer The OAuthSigner to use when signing the request