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

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

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

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

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

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

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

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

Authentication token for the user, returned as a byte array from Steam, and converted to a string (for example, the byte 0x08 should become "08").
public string SteamTicket
Результат string