C# Class PlayFab.ClientModels.RegisterPlayFabUserResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
PlayFabId string
SessionTicket string
SettingsForUser UserSettings
Username string

Property Details

PlayFabId public property

PlayFab unique identifier for this newly created account.
public string PlayFabId
return string

SessionTicket public property

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

SettingsForUser public property

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

Username public property

PlayFab unique user name.
public string Username
return string