C# Class PlayFab.ServerModels.FacebookPlayFabIdPair

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
FacebookId string
PlayFabId string

Property Details

FacebookId public_oe property

Unique Facebook identifier for a user.
public string FacebookId
Résultat 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
Résultat string