You are here

protected property BasicAuth::$configFactory in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php \Drupal\basic_auth\Authentication\Provider\BasicAuth::configFactory

The config factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php, line 27

Class

BasicAuth
HTTP Basic authentication provider.

Namespace

Drupal\basic_auth\Authentication\Provider

Code

protected $configFactory;