*/ namespace oat\tao\model\auth; /** * @deprecated * Interface BasicAuth * @package oat\tao\model\auth */ interface BasicAuth { const CLASS_BASIC_AUTH = 'http://www.tao.lu/Ontologies/TAO.rdf#BasicAuthConsumer'; const PROPERTY_LOGIN = 'http://www.tao.lu/Ontologies/TAO.rdf#BasicAuthLogin'; const PROPERTY_PASSWORD = 'http://www.tao.lu/Ontologies/TAO.rdf#BasicAuthPassword'; }