C# Класс PlayFab.ClientModels.LinkKongregateAccountRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AuthTicket string
ForceLink bool?
KongregateId string

Описание свойств

AuthTicket публичное свойство

Valid session auth ticket issued by Kongregate
public string AuthTicket
Результат string

ForceLink публичное свойство

If another user is already linked to the account, unlink the other user and re-link.
public bool? ForceLink
Результат bool?

KongregateId публичное свойство

Numeric user ID assigned by Kongregate
public string KongregateId
Результат string