Doctrine\OrientDB\Binding\Adapter\HttpClientAdapterInterface::setAuthentication PHP Метод

setAuthentication() публичный Метод

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);