Uses of Class
com.google.api.ads.common.lib.exception.ClientLoginException

Packages that use ClientLoginException
com.google.api.ads.common.lib.auth   
 

Uses of ClientLoginException in com.google.api.ads.common.lib.auth
 

Methods in com.google.api.ads.common.lib.auth that throw ClientLoginException
 String ClientLoginTokens.from(org.apache.commons.configuration.Configuration config)
          Obtains a ClientLoginToken either stored in the specified configuration or using an email and password stored in the configuration to obtain a new one

Understands the following properties suffixes: clientLoginToken email password For example, the AdWords ClientLoginToken can be read from: api.adwords.clientLoginToken
 String ClientLoginTokens.from(String email, String password)
          Requests the user's authentication token.
 String ClientLoginTokens.from(String email, String password, String loginToken, String loginCaptcha)
          Requests the user's authentication token.
 String ClientLoginTokens.fromFile()
          Loads credentials from a properties file in one of the following locations according to the following order: in the current directory, in the user home directory, in the classpath
 String ClientLoginTokens.fromFile(File path)
          Populates this builder from a properties file from a specified path.
 String ClientLoginTokens.fromFile(String path)
          Populates this builder from a properties file from a specified path.
 String ClientLoginTokens.fromFile(URL path)
          Populates this builder from a properties file from a specified path.
 



Copyright © 2012. All Rights Reserved.