You are here

protected property Password::$configFactory in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/Oauth2Grant/Password.php \Drupal\simple_oauth\Plugin\Oauth2Grant\Password::configFactory
  2. 8.3 src/Plugin/Oauth2Grant/Password.php \Drupal\simple_oauth\Plugin\Oauth2Grant\Password::configFactory
  3. 5.x src/Plugin/Oauth2Grant/Password.php \Drupal\simple_oauth\Plugin\Oauth2Grant\Password::configFactory

The config factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

src/Plugin/Oauth2Grant/Password.php, line 35

Class

Password
Plugin annotation @Oauth2Grant( id = "password", label = @Translation("Password") )

Namespace

Drupal\simple_oauth\Plugin\Oauth2Grant

Code

protected $configFactory;