You are here

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

Remove a value from the store

Parameters

string $key:

Return value

mixed

Overrides StoreInterface::delete

File

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

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 delete($key) {
}