You are here

public function RedirectMiddleware::__construct in Auth0 Single Sign On 8.2

Parameters

callable $nextHandler Next handler to invoke.:

File

vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php, line 38

Class

RedirectMiddleware
Request redirect middleware.

Namespace

GuzzleHttp

Code

public function __construct(callable $nextHandler) {
  $this->nextHandler = $nextHandler;
}