AuthenticationResponse
Authentication response class, provides an object for storing user and error details
since |
1.7.0 |
---|---|
package |
Joomla CMS |
Properties
The email address of the End User as specified in section 3.4.1 of [RFC2822]
fullname
UTF-8 string free text representation of the End User's full name.
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.
For instance, if an End User wants to specify that their date of birth is in 1980, but not the month or day, the value returned SHALL be "1980-00-00".
since |
1.7.0 |
---|
Type(s)
string
postcode
UTF-8 string free text that SHOULD conform to the End User's country's postal system.