C# Class PlayFab.ClientModels.LinkKongregateAccountRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
AuthTicket string
ForceLink bool?
KongregateId string

Property Details

AuthTicket public_oe property

Valid session auth ticket issued by Kongregate
public string AuthTicket
Résultat string

ForceLink public_oe property

If another user is already linked to the account, unlink the other user and re-link.
public bool? ForceLink
Résultat bool?

KongregateId public_oe property

Numeric user ID assigned by Kongregate
public string KongregateId
Résultat string