C# Class PlayFab.ClientModels.LinkKongregateAccountRequest

Inheritance: PlayFabRequestCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
AuthTicket string
ForceLink bool?
KongregateId string

Property Details

AuthTicket public_oe property

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

ForceLink public_oe property

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

KongregateId public_oe property

Numeric user ID assigned by Kongregate
public string KongregateId
return string