C# Class PlayFab.ClientModels.UserGoogleInfo

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GoogleEmail string
GoogleGender string
GoogleId string
GoogleLocale string

Property Details

GoogleEmail public property

Email address of the Google account
public string GoogleEmail
return string

GoogleGender public property

Gender information of the Google account
public string GoogleGender
return string

GoogleId public property

Google ID
public string GoogleId
return string

GoogleLocale public property

Locale of the Google account
public string GoogleLocale
return string