C# Class PlayFab.ServerModels.SteamPlayFabIdPair

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PlayFabId string
SteamStringId string

Property Details

PlayFabId public_oe property

Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Steam identifier.
public string PlayFabId
return string

SteamStringId public_oe property

Unique Steam identifier for a user.
public string SteamStringId
return string