C# Class PlayFab.ClientModels.GooglePlayFabIdPair

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GoogleId string
PlayFabId string

Property Details

GoogleId public property

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

PlayFabId public property

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