You are here

public function EmptyStore::set in Auth0 Single Sign On 8.2

Set a value on the store

Parameters

string $key:

mixed $value:

Overrides StoreInterface::set

File

vendor/auth0/auth0-php/src/Store/EmptyStore.php, line 25

Class

EmptyStore
This class is a mockup store, that discards the values, its a way of saying no store.

Namespace

Auth0\SDK\Store

Code

public function set($key, $value) {
}