Doctrine\OrientDB\Binding\Adapter\HttpClientAdapterInterface::setAuthentication PHP Method

setAuthentication() public method

Sets the username and password used to authenticate to the server.
public setAuthentication ( string $username, string $password )
$username string Username
$password string Password
    public function setAuthentication($username, $password);