|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.common.lib.auth.CaptchaInformation
.ClientLogin.ErrorInfo ErrorInfo
from
.ClientLoginResponseException#getDetails()
ClientLoginResponseException#getDetails()
instead.
@Deprecated public class CaptchaInformation
Represents CAPTCHA information returned by the client login API.
| Constructor Summary | |
|---|---|
CaptchaInformation(String captchaUrl,
String captchaToken,
String url)
Deprecated. Constructor. |
|
| Method Summary | |
|---|---|
String |
getCaptchaToken()
Deprecated. Gets the CAPTCHA token used in the next client login API request. |
String |
getCaptchaUrl()
Deprecated. Gets the CAPTCHA URL used to get the CAPTCHA image. |
String |
getUrl()
Deprecated. Gets the URL to unlock an account. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CaptchaInformation(String captchaUrl,
String captchaToken,
String url)
captchaUrl - the CAPTCHA URLcaptchaToken - the CAPTCHA tokenurl - the URL| Method Detail |
|---|
public String getCaptchaUrl()
public String getCaptchaToken()
public String getUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||