C# Class PlayFab.ClientModels.KongregatePlayFabIdPair

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
KongregateId string
PlayFabId string

Property Details

KongregateId public_oe property

Unique Kongregate identifier for a user.
public string KongregateId
return string

PlayFabId public_oe property

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