C# Class PlayFab.ClientModels.TwitchPlayFabIdPair

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство 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
Résultat string

TwitchId public_oe property

Unique Twitch identifier for a user.
public string TwitchId
Résultat string