PHP Class PartKeepr\AuthBundle\Response\LoginResponse

Defines the login response for use with the REST API.
Show file Open project: partkeepr/PartKeepr

Public Properties

Property Type Description
$isAdmin Defines if the current user is an administrator.
$sessionId Holds the session id.
$userPreferences The user preferences
$username Holds the username.

Property Details

$isAdmin public property

Defines if the current user is an administrator.
public $isAdmin

$sessionId public property

Holds the session id.
public $sessionId

$userPreferences public property

The user preferences
public $userPreferences

$username public property

Holds the username.
public $username