Skip to main content
PFAuthenticationLoginResult data model.

Syntax

Members

infoResultPayload   PFGetPlayerCombinedInfoResultPayload const*
may be nullptr
(Optional) Results for requested info. lastLoginTime   time_t const*
may be nullptr
(Optional) The time of this user’s previous login. If there was no previous login, then it’s DateTime.MinValue. newlyCreated   bool True if the account was newly created on this login. playFabId   const char*
is null-terminated
(Optional) Player’s unique PlayFabId. settingsForUser   PFAuthenticationUserSettings const*
may be nullptr
(Optional) Settings specific to this user. treatmentAssignment   PFTreatmentAssignment const*
may be nullptr
(Optional) The experimentation treatments for this user at the time of login.

Requirements

Header: PFAuthenticationTypes.h

See also

PFAuthenticationTypes members
Last modified on August 1, 2026