C# Class PlayFab.ClientModels.LinkKongregateAccountRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
AuthTicket string
ForceLink bool?
KongregateId string

Property Details

AuthTicket public property

Valid session auth ticket issued by Kongregate
public string AuthTicket
return string

ForceLink public property

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

KongregateId public property

Numeric user ID assigned by Kongregate
public string KongregateId
return string