C# Class PlayFab.ClientModels.TwitchPlayFabIdPair

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PlayFabId string
TwitchId string

Property Details

PlayFabId public_oe property

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

TwitchId public_oe property

Unique Twitch identifier for a user.
public string TwitchId
return string