Packagecom.distriqt.extension.googleidentity
Classpublic class GoogleProfileData
InheritanceGoogleProfileData Inheritance Object

This object contains personal details about the user that you can use to customise their experience in your application



Public Properties
 PropertyDefined By
  email : String
The Google user's email
GoogleProfileData
  familyName : String
The family name of the signed in user
GoogleProfileData
  givenName : String
The given name of the signed in user
GoogleProfileData
  name : String
The display name of the signed in user
GoogleProfileData
  photoUrl : String
The photo url of the signed in user
GoogleProfileData
Public Methods
 MethodDefined By
  
Constructor
GoogleProfileData
  
[static]
GoogleProfileData
Property Detail
emailproperty
public var email:String

The Google user's email

familyNameproperty 
public var familyName:String

The family name of the signed in user

givenNameproperty 
public var givenName:String

The given name of the signed in user

nameproperty 
public var name:String

The display name of the signed in user

photoUrlproperty 
public var photoUrl:String

The photo url of the signed in user

Constructor Detail
GoogleProfileData()Constructor
public function GoogleProfileData()

Constructor

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

Parameters

data:Object

Returns
GoogleProfileData