Packagecom.distriqt.extension.googleidentity
Classpublic class GoogleUser
InheritanceGoogleUser Inheritance Object



Public Properties
 PropertyDefined By
  authentication : GoogleAuthentication
The authentication object for the user
GoogleUser
  profile : GoogleProfileData
Representation of the Basic profile data
GoogleUser
  serverAuthCode : String
If you request the server auth code at sign in, this will contain the users server authentication code allowing you to get access to the user account from your server
GoogleUser
  userID : String
The Google user ID
GoogleUser
Public Methods
 MethodDefined By
  
Constructor
GoogleUser
  
fromObject(data:Object):GoogleUser
[static]
GoogleUser
  
toString():String
GoogleUser
Property Detail
authenticationproperty
public var authentication:GoogleAuthentication

The authentication object for the user

profileproperty 
public var profile:GoogleProfileData

Representation of the Basic profile data

serverAuthCodeproperty 
public var serverAuthCode:String

If you request the server auth code at sign in, this will contain the users server authentication code allowing you to get access to the user account from your server

userIDproperty 
public var userID:String

The Google user ID

Constructor Detail
GoogleUser()Constructor
public function GoogleUser()

Constructor

Method Detail
fromObject()method
public static function fromObject(data:Object):GoogleUser

Parameters

data:Object

Returns
GoogleUser
toString()method 
public function toString():String

Returns
String