You are here

protected property BasicAuthSwap::$httpKernel in Simple OAuth (OAuth2) & OpenID Connect 8.4

Same name and namespace in other branches
  1. 8.2 src/HttpMiddleware/BasicAuthSwap.php \Drupal\simple_oauth\HttpMiddleware\BasicAuthSwap::httpKernel
  2. 8.3 src/HttpMiddleware/BasicAuthSwap.php \Drupal\simple_oauth\HttpMiddleware\BasicAuthSwap::httpKernel
  3. 5.x src/HttpMiddleware/BasicAuthSwap.php \Drupal\simple_oauth\HttpMiddleware\BasicAuthSwap::httpKernel

The wrapped HTTP kernel.

Type: \Symfony\Component\HttpKernel\HttpKernelInterface

File

src/HttpMiddleware/BasicAuthSwap.php, line 18

Class

BasicAuthSwap
Uses the basic auth information to provide the client credentials for OAuth2.

Namespace

Drupal\simple_oauth\HttpMiddleware

Code

protected $httpKernel;