Property | Type | Description | |
---|---|---|---|
$errorCode | The authentication error code, if any. | ||
$errorMessage | The authentication error message, if any. | ||
$isAuthenticated | Whether on not the authentication attempt succeeded. |
Method | Description | |
---|---|---|
__construct ( boolean $authenticated, null | string $message = null, null | integer $code = null ) | ||
getErrorCode ( ) : integer | null | ||
getErrorMessage ( ) : null | string | ||
isAuthenticated ( ) : boolean |