C# Class PlayFab.ClientModels.LinkSteamAccountRequest

Inheritance: PlayFabRequestCommon
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
ForceLink bool?
SteamTicket string

Property Details

ForceLink public_oe property

If another user is already linked to the account, unlink the other user and re-link.
public bool? ForceLink
return bool?

SteamTicket public_oe 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