LdapTools\Operation\AuthenticationOperation::setPassword PHP Method

setPassword() public method

Set the password that will be used for the authentication operation.
public setPassword ( string $password )
$password string
    public function setPassword($password)
    {
        $this->properties['password'] = $password;
        return $this;
    }