Google Data APIs Client Library



com.google.gdata.client
Class GoogleService.UserToken

java.lang.Object
  extended by com.google.gdata.client.GoogleAuthTokenFactory.UserToken
      extended by com.google.gdata.client.GoogleService.UserToken
All Implemented Interfaces:
AuthTokenFactory.AuthToken, HttpAuthToken
Enclosing class:
GoogleService

Deprecated. This class has been deprecated. Please use GoogleAuthTokenFactory.UserToken instead.

public static class GoogleService.UserToken
extends GoogleAuthTokenFactory.UserToken

The UserToken encapsulates the token retrieved as a result of authenticating to Google using a user's credentials.


Constructor Summary
GoogleService.UserToken(java.lang.String token)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.google.gdata.client.GoogleAuthTokenFactory.UserToken
getAuthorizationHeader, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleService.UserToken

public GoogleService.UserToken(java.lang.String token)
Deprecated.