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