C# Class PlayFab.ClientModels.LoginResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
InfoResultPayload GetPlayerCombinedInfoResultPayload
LastLoginTime DateTime?
NewlyCreated bool
PlayFabId string
SessionTicket string
SettingsForUser UserSettings

Property Details

InfoResultPayload public_oe property

Results for requested info.
public GetPlayerCombinedInfoResultPayload,PlayFab.ClientModels InfoResultPayload
return GetPlayerCombinedInfoResultPayload

LastLoginTime public_oe property

The time of this user's previous login. If there was no previous login, then it's DateTime.MinValue
public DateTime? LastLoginTime
return DateTime?

NewlyCreated public_oe property

True if the account was newly created on this login.
public bool NewlyCreated
return bool

PlayFabId public_oe property

Player's unique PlayFabId.
public string PlayFabId
return string

SessionTicket public_oe property

Unique token authorizing 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