| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.client.http |
| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleAuthTokenFactory.AuthSubToken
Encapsulates the token used by web applications to login on behalf of
a user.
|
static class |
GoogleAuthTokenFactory.OAuth2Token
Encapsulates the OAuth 2.0 information used by applications to login on
behalf of a user.
|
static class |
GoogleAuthTokenFactory.OAuthToken
Encapsulates the OAuth information used by applications to login on behalf
of a user.
|
static class |
GoogleAuthTokenFactory.UserToken
The UserToken encapsulates the token retrieved as a result of
authenticating to Google using a user's credentials.
|
| Modifier and Type | Method and Description |
|---|---|
AuthTokenFactory.AuthToken |
AuthTokenFactory.getAuthToken()
Get an authentication token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.GDataRequestFactory.setAuthToken(AuthTokenFactory.AuthToken authToken)
Set authentication token to be used on subsequent requests created via
Service.GDataRequestFactory.getRequest(
com.google.gdata.client.Service.GDataRequest.RequestType, URL,
ContentType). |
void |
GoogleService.tokenChanged(AuthTokenFactory.AuthToken newToken) |
void |
AuthTokenFactory.TokenListener.tokenChanged(AuthTokenFactory.AuthToken newToken) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpAuthToken
The HttpAuthToken interface represents a token used to authenticate
an HTTP request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGDataRequest.Factory.setAuthToken(AuthTokenFactory.AuthToken authToken) |
Copyright © 2012. All Rights Reserved.