You are here

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

Parameters

StoreInterface $store:

File

vendor/auth0/auth0-php/src/API/Helpers/State/SessionStateHandler.php, line 33

Class

SessionStateHandler
Session based implementation of StateHandler.

Namespace

Auth0\SDK\API\Helpers\State

Code

public function __construct(StoreInterface $store) {
  $this->store = $store;
}