C# Class PlayFab.ClientModels.GooglePlayFabIdPair

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GoogleId string
PlayFabId string

Property Details

GoogleId public_oe property

Unique Google identifier for a user.
public string GoogleId
return string

PlayFabId public_oe property

Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Google identifier.
public string PlayFabId
return string