C# Class PlayFab.ClientModels.RegisterPlayFabUserResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return string

SessionTicket public_oe property

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

SettingsForUser public_oe property

Settings specific to this user.
public UserSettings,PlayFab.ClientModels SettingsForUser
return UserSettings

Username public_oe property

PlayFab unique user name.
public string Username
return string