public class HostedClientLogin
extends java.lang.Object
ClientLogin
implementation for use inside an App Engine container.
We use URLFetchService
to issue HTTP requests since that's the only
way to do it from inside App Engine.Constructor and Description |
---|
HostedClientLogin() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Cookie> |
login(java.lang.String host,
java.lang.String email,
java.lang.String password)
Deprecated.
ClientLogin authentication is deprecated and will soon be shut down.
Use OAuth2.0 instead to obtain credentials.
|
@Deprecated public java.util.List<Cookie> login(java.lang.String host, java.lang.String email, java.lang.String password) throws java.io.IOException
java.io.IOException