* @copyright (c) 2010-16 by Ralf Becker * @version $Id$ */ use EGroupware\Api\Header\Authenticate; /** * Class to authenticate via basic or digest auth * * @deprecated use EGroupware\Api\Header\Authenticate */ class egw_digest_auth extends Authenticate {}