com.google.api.ads.common.lib.auth
Class CaptchaInformation

java.lang.Object
  extended by com.google.api.ads.common.lib.auth.CaptchaInformation

Deprecated. Use .ClientLogin.ErrorInfo ErrorInfo from .ClientLoginResponseException#getDetails() ClientLoginResponseException#getDetails() instead.

@Deprecated
public class CaptchaInformation
extends Object

Represents CAPTCHA information returned by the client login API.

Author:
Adam Rogal

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

CaptchaInformation

public CaptchaInformation(String captchaUrl,
                          String captchaToken,
                          String url)
Deprecated. 
Constructor.

Parameters:
captchaUrl - the CAPTCHA URL
captchaToken - the CAPTCHA token
url - the URL
Method Detail

getCaptchaUrl

public String getCaptchaUrl()
Deprecated. 
Gets the CAPTCHA URL used to get the CAPTCHA image.

Returns:
the captchaUrl

getCaptchaToken

public String getCaptchaToken()
Deprecated. 
Gets the CAPTCHA token used in the next client login API request.

Returns:
the captchaToken

getUrl

public String getUrl()
Deprecated. 
Gets the URL to unlock an account.

Returns:
the URL


Copyright © 2012. All Rights Reserved.