You are here

public function DummyStateHandler::issue in Auth0 Single Sign On 8.2

Generate state value to be used for the state param value during authorization.

Return value

string|null

Overrides StateHandler::issue

File

vendor/auth0/auth0-php/src/API/Helpers/State/DummyStateHandler.php, line 28

Class

DummyStateHandler
Dummy implementation of the StateHandler

Namespace

Auth0\SDK\API\Helpers\State

Code

public function issue() {
  return null;
}