C# Class PlayFab.ClientModels.RegisterPlayFabUserResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
PlayFabId string
SessionTicket string
SettingsForUser UserSettings
Username string

Property Details

PlayFabId public_oe property

PlayFab unique identifier for this newly created account.
public string PlayFabId
Résultat string

SessionTicket public_oe property

Unique token identifying the user and game at the server level, for the current session.
public string SessionTicket
Résultat string

SettingsForUser public_oe property

Settings specific to this user.
public UserSettings,PlayFab.ClientModels SettingsForUser
Résultat UserSettings

Username public_oe property

PlayFab unique user name.
public string Username
Résultat string