com.google.api.ads.dfa.lib.testing.mocks.v1_12
Class UserProfile

java.lang.Object
  extended by com.google.api.ads.dfa.lib.testing.mocks.v1_12.UserProfile

public class UserProfile
extends Object

Mock user profile. Used to test LoginTokens.

Author:
Joseph DiLallo

Field Summary
static String AUTH_TOKEN
           
 
Constructor Summary
UserProfile()
           
 
Method Summary
 String getToken()
          Mock of user profile's token-retrieving method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTH_TOKEN

public static final String AUTH_TOKEN
See Also:
Constant Field Values
Constructor Detail

UserProfile

public UserProfile()
Method Detail

getToken

public String getToken()
Mock of user profile's token-retrieving method.

Returns:
an authentication token


Copyright © 2012. All Rights Reserved.