JAuthenticationResponse
Authentication response class, provides an object for storing user and error details
Located in /libraries/joomla/user/authentication.php (line 345)
JObject (Subpackage Object)
![]()
JAuthenticationResponse (Subpackage User)
string
$birthdate
= '' (line 416)
The End User's date of birth as YYYY-MM-DD. Any values whose representation uses fewer than the specified number of digits should be zero-padded. The length of this value MUST always be 10. If the End User user does not want to reveal any particular component of this value, it MUST be set to zero.
For instance, if a End User wants to specify that his date of birth is in 1980, but not the month or day, the value returned SHALL be "1980-00-00".
string
$country
= '' (line 440)
The End User's country of residence as specified by ISO3166.
string
$email
= '' (line 393)
The email address of the End User as specified in section 3.4.1 of [RFC2822]
string
$error_message
= '' (line 369)
The error message
string
$fullname
= '' (line 402)
UTF-8 string free text representation of the End User's full name.
string
$gender
= '' (line 424)
The End User's gender, "M" for male, "F" for female.
string
$language
= '' (line 448)
End User's preferred language as specified by ISO639.
string
$password
= '' (line 385)
Any UTF-8 string that the End User wants to use as a password.
string
$postcode
= '' (line 432)
UTF-8 string free text that SHOULD conform to the End User's country's postal system.
string
$status
= JAuthentication::STATUS_FAILURE (line 353)
Response status (see status codes)
string
$timezone
= '' (line 456)
ASCII string from TimeZone database
string
$type
= '' (line 361)
The type of authentication that was successful
string
$username
= '' (line 377)
Any UTF-8 string that the End User wants to use as a username.
Inherited Variables
Inherited from JObject
JObject::$_errors
Constructor
- JObject::__construct()
- Class constructor, overridden in descendant classes.
Inherited Methods
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::__toString()
