Any code needed to authenticate to backend as the actual user.
public authenticate ( string $username, string $password, string $domain = null ) : mixed | ||
$username | string | The username to authenticate as |
$password | string | The password |
$domain | string | The user domain (unused in this driver). |
Результат | mixed | Boolean true on success, boolean false on credential failure or Horde_ActiveSync::AUTH_REASON_* constant on policy failure. |