JAuthenticateResponse
Authorization response class, provides an object for storing user and error details
Located in /joomla/user/authenticate.php (line 219)
JObject (Subpackage Base)
![]()
JAuthenticateResponse (Subpackage User)
fullname
$birthdate
= '' (line 281)
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".
fullname
$country
= '' (line 305)
The End User's country of residence as specified by ISO3166.
email
$email
= '' (line 259)
The email address of the End User as specified in section 3.4.1 of [RFC2822]
error_message
$error_message
= '' (line 243)
The error message
fullname
$fullname
= '' (line 267)
UTF-8 string free text representation of the End User's full name.
fullname
$gender
= '' (line 289)
The End User's gender, "M" for male, "F" for female.
fullname
$language
= '' (line 313)
End User's preferred language as specified by ISO639.
fullname
$postcode
= '' (line 297)
UTF-8 string free text that SHOULD conform to the End User's country's postal system.
type
$status
= 4 (line 235)
Response status (see status codes)
fullname
$timezone
= '' (line 321)
ASCII string from TimeZone database
name
$type
= '' (line 227)
User type (refers to the authentication method used)
fullname
$username
= '' (line 251)
Any UTF-8 string that the End User wants to use as a username.
Constructor
- string $name: The type of the response
- $type
- JObject::__construct()
- Class constructor, overridden in descendant classes.
Inherited Methods
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getPublicProperties()
JObject::set()
JObject::toString()
Documentation generated on Mon, 05 Mar 2007 20:52:44 +0000 by phpDocumentor 1.3.1



