C# Class PlayFab.ClientModels.LoginWithSteamRequest

Inheritance: PlayFabModelBase
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CreateAccount bool?
InfoRequestParameters GetPlayerCombinedInfoRequestParams
SteamTicket string
TitleId string

Property Details

CreateAccount public property

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

InfoRequestParameters public property

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

SteamTicket public property

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

TitleId public 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