public function StoreInterface::set in Auth0 Single Sign On 8.2
Set a value on the store
Parameters
string $key:
mixed $value:
2 methods override StoreInterface::set()
- EmptyStore::set in vendor/
auth0/ auth0-php/ src/ Store/ EmptyStore.php - Set a value on the store
- SessionStore::set in vendor/
auth0/ auth0-php/ src/ Store/ SessionStore.php - Persists $value on $_SESSION, identified by $key.
File
- vendor/
auth0/ auth0-php/ src/ Store/ StoreInterface.php, line 24
Class
Namespace
Auth0\SDK\StoreCode
public function set($key, $value);