| Package | Description |
|---|---|
| com.google.gdata.client |
| Modifier and Type | Method and Description |
|---|---|
static ClientLoginAccountType |
ClientLoginAccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientLoginAccountType[] |
ClientLoginAccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GoogleAuthTokenFactory.getAuthToken(String username,
String password,
String captchaToken,
String captchaAnswer,
String serviceName,
String applicationName,
ClientLoginAccountType accountType)
Retrieves the authentication token for the provided set of credentials.
|
void |
GoogleService.setUserCredentials(String username,
String password,
ClientLoginAccountType accountType)
Sets the credentials of the user to authenticate requests to the server.
|
void |
GoogleAuthTokenFactory.setUserCredentials(String username,
String password,
ClientLoginAccountType accountType)
Sets the credentials of the user to authenticate requests to the server.
|
void |
GoogleService.setUserCredentials(String username,
String password,
String captchaToken,
String captchaAnswer,
ClientLoginAccountType accountType)
Sets the credentials of the user to authenticate requests to the server.
|
void |
GoogleAuthTokenFactory.setUserCredentials(String username,
String password,
String captchaToken,
String captchaAnswer,
ClientLoginAccountType accountType)
Sets the credentials of the user to authenticate requests to the server.
|
Copyright © 2012. All Rights Reserved.