You are here

public function StateHandler::store in Auth0 Single Sign On 8.2

Store a given state value to be used for the state param value during authorization.

Parameters

$state:

Return value

mixed

2 methods override StateHandler::store()
DummyStateHandler::store in vendor/auth0/auth0-php/src/API/Helpers/State/DummyStateHandler.php
Store state value to be used for the state param value during authorization.
SessionStateHandler::store in vendor/auth0/auth0-php/src/API/Helpers/State/SessionStateHandler.php
Store a given state value to be used for the state param value during authorization.

File

vendor/auth0/auth0-php/src/API/Helpers/State/StateHandler.php, line 38

Class

StateHandler
This interface must be implemented by state handlers.

Namespace

Auth0\SDK\API\Helpers\State

Code

public function store($state);