C# Class PlayFab.ServerModels.FacebookPlayFabIdPair

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
FacebookId string
PlayFabId string

Property Details

FacebookId public_oe property

Unique Facebook identifier for a user.
public string FacebookId
return string

PlayFabId public_oe property

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