C# Class PlayFab.ClientModels.KongregatePlayFabIdPair

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

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

Property Details

KongregateId public_oe property

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