C# Class PlayFab.ClientModels.LinkSteamAccountRequest

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

Public Properties

Property Type Description
ForceLink bool?
SteamTicket string

Property Details

ForceLink public property

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

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