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

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

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

Свойство Тип Описание
AuthTicket string
CreateAccount bool?
InfoRequestParameters GetPlayerCombinedInfoRequestParams
KongregateId string
TitleId string

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

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

Token issued by Kongregate's client API for the user.
public string AuthTicket
Результат string

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

Automatically create a PlayFab account if one is not currently linked to this Kongregate account.
public bool? CreateAccount
Результат bool?

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

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
Результат GetPlayerCombinedInfoRequestParams

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

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

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

Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
public string TitleId
Результат string