 JAuthenticationResponse
 JAuthenticationResponseAuthentication response class, provides an object for storing user and error details
Located in /libraries/joomla/user/authentication.php (line 347)
 string
			$birthdate
			 =  ''			(line 418)
		
			string
			$birthdate
			 =  ''			(line 418)
		
	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 442)
		
			string
			$country
			 =  ''			(line 442)
		
	The End User's country of residence as specified by ISO3166.
 string
			$email
			 =  ''			(line 395)
		
			string
			$email
			 =  ''			(line 395)
		
	The email address of the End User as specified in section 3.4.1 of [RFC2822]
 string
			$error_message
			 =  ''			(line 371)
		
			string
			$error_message
			 =  ''			(line 371)
		
	The error message
 string
			$fullname
			 =  ''			(line 404)
		
			string
			$fullname
			 =  ''			(line 404)
		
	UTF-8 string free text representation of the End User's full name.
 string
			$gender
			 =  ''			(line 426)
		
			string
			$gender
			 =  ''			(line 426)
		
	The End User's gender, "M" for male, "F" for female.
 string
			$language
			 =  ''			(line 450)
		
			string
			$language
			 =  ''			(line 450)
		
	End User's preferred language as specified by ISO639.
 string
			$password
			 =  ''			(line 387)
		
			string
			$password
			 =  ''			(line 387)
		
	Any UTF-8 string that the End User wants to use as a password.
 string
			$postcode
			 =  ''			(line 434)
		
			string
			$postcode
			 =  ''			(line 434)
		
	UTF-8 string free text that SHOULD conform to the End User's country's postal system.
 string
			$status
			 =  JAuthentication::STATUS_FAILURE			(line 355)
		
			string
			$status
			 =  JAuthentication::STATUS_FAILURE			(line 355)
		
	Response status (see status codes)
 string
			$timezone
			 =  ''			(line 458)
		
			string
			$timezone
			 =  ''			(line 458)
		
	ASCII string from TimeZone database
 string
			$type
			 =  ''			(line 363)
		
			string
			$type
			 =  ''			(line 363)
		
	The type of authentication that was successful
 string
			$username
			 =  ''			(line 379)
		
			string
			$username
			 =  ''			(line 379)
		
	Any UTF-8 string that the End User wants to use as a username.
Documentation generated on Tue, 19 Nov 2013 14:54:11 +0100 by phpDocumentor 1.4.3