public BasicAuth::__construct(ConfigFactoryInterface $config_factory, UserAuthInterface $user_auth, FloodInterface $flood, EntityManagerInterface $entity_manager)
Constructs a HTTP basic authentication provider object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.
\Drupal\user\UserAuthInterface $user_auth: The user authentication service.
\Drupal\Core\Flood\FloodInterface $flood: The flood service.
\Drupal\Core\Entity\EntityManagerInterface $entity_