Back to Joomla project (class list)

Class AuthenticationResponse - list of methods

Authentication response class, provides an object for storing user and error details
Package: Joomla\CMS\Authentication
Copyright: (C) 2016 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Authentication/AuthenticationResponse.php
Project: Joomla

Properties Summary

public string
$status
Response status (see status codes)
Since
  • 1.7.0
public string
$type
The type of authentication that was successful
Since
  • 1.7.0
public string
$error_message
The error message
Since
  • 1.7.0
public string
$username
Any UTF-8 string that the End User wants to use as a username.
Since
  • 1.7.0
public string
$password
Any UTF-8 string that the End User wants to use as a password.
Since
  • 1.7.0
public string
$email
The email address of the End User as specified in section 3.4.1 of [RFC2822]
Since
  • 1.7.0
public string
$fullname
UTF-8 string free text representation of the End User's full name.
Since
  • 1.7.0
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.
Since
  • 1.7.0
public string
$gender
The End User's gender, "M" for male, "F" for female.
Since
  • 1.7.0
public string
$postcode
UTF-8 string free text that SHOULD conform to the End User's country's postal system.
Since
  • 1.7.0
public string
$country
The End User's country of residence as specified by ISO3166.
Since
  • 1.7.0
public string
$language
End User's preferred language as specified by ISO639.
Since
  • 1.7.0
public string
$timezone
ASCII string from TimeZone database
Since
  • 1.7.0

Tags Summary

Since
1.7.0