Class JAuthenticationResponse
Authentication response class, provides an object for storing user and error details
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/authentication/response.php
Properties summary
public
string
|
$status |
#
Response status (see status codes) |
public
string
|
$type |
#
The type of authentication that was successful |
public
string
|
$error_message |
#
The error message |
public
string
|
$username |
#
Any UTF-8 string that the End User wants to use as a username. |
public
string
|
$password |
#
Any UTF-8 string that the End User wants to use as a password. |
public
string
|
#
The email address of the End User as specified in section 3.4.1 of [RFC2822] |
|
public
string
|
$fullname |
#
UTF-8 string free text representation of the End User's full name. |
public
string
|
$birthdate |
#
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. |
public
string
|
$gender |
#
The End User's gender, "M" for male, "F" for female. |
public
string
|
$postcode |
#
UTF-8 string free text that SHOULD conform to the End User's country's postal system. |
public
string
|
$country |
#
The End User's country of residence as specified by ISO3166. |
public
string
|
$language |
#
End User's preferred language as specified by ISO639. |
public
string
|
$timezone |
#
ASCII string from TimeZone database |