C# Class PlayFab.ClientModels.LoginWithKongregateRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
AuthTicket string
CreateAccount bool?
InfoRequestParameters GetPlayerCombinedInfoRequestParams
KongregateId string
TitleId string

Property Details

AuthTicket public_oe property

Token issued by Kongregate's client API for the user.
public string AuthTicket
return string

CreateAccount public_oe property

Automatically create a PlayFab account if one is not currently linked to this Kongregate account.
public bool? CreateAccount
return bool?

InfoRequestParameters public_oe property

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
return GetPlayerCombinedInfoRequestParams

KongregateId public_oe property

Numeric user ID assigned by Kongregate
public string KongregateId
return string

TitleId public_oe property

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
return string