public function DummyStateHandler::store in Auth0 Single Sign On 8.2
Store state value to be used for the state param value during authorization.
Parameters
string $state:
Return value
string|void
Overrides StateHandler::store
File
- vendor/
auth0/ auth0-php/ src/ API/ Helpers/ State/ DummyStateHandler.php, line 40
Class
- DummyStateHandler
- Dummy implementation of the StateHandler
Namespace
Auth0\SDK\API\Helpers\StateCode
public function store($state) {
}