C# Class PlayFab.ServerModels.FacebookPlayFabIdPair

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
FacebookId string
PlayFabId string

Property Details

FacebookId public property

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

PlayFabId public property

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