Doctrine\OrientDB\Binding\HttpBindingInterface::setAuthentication PHP 메소드

setAuthentication() 공개 메소드

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