C# Class PlayFab.ClientModels.UserGoogleInfo

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GoogleEmail string
GoogleGender string
GoogleId string
GoogleLocale string

Property Details

GoogleEmail public_oe property

Email address of the Google account
public string GoogleEmail
return string

GoogleGender public_oe property

Gender information of the Google account
public string GoogleGender
return string

GoogleId public_oe property

Google ID
public string GoogleId
return string

GoogleLocale public_oe property

Locale of the Google account
public string GoogleLocale
return string