public function StateHandler::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
2 methods override StateHandler::issue()
- DummyStateHandler::issue in vendor/
auth0/ auth0-php/ src/ API/ Helpers/ State/ DummyStateHandler.php - Generate state value to be used for the state param value during authorization.
- SessionStateHandler::issue in vendor/
auth0/ auth0-php/ src/ API/ Helpers/ State/ SessionStateHandler.php - Generate state value to be used for the state param value during authorization.
File
- vendor/
auth0/ auth0-php/ src/ API/ Helpers/ State/ StateHandler.php, line 29
Class
- StateHandler
- This interface must be implemented by state handlers.
Namespace
Auth0\SDK\API\Helpers\StateCode
public function issue();