You are here

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

Remove a value from the store

Parameters

string $key:

Return value

mixed

2 methods override StoreInterface::delete()
EmptyStore::delete in vendor/auth0/auth0-php/src/Store/EmptyStore.php
Remove a value from the store
SessionStore::delete in vendor/auth0/auth0-php/src/Store/SessionStore.php
Removes a persisted value identified by $key.

File

vendor/auth0/auth0-php/src/Store/StoreInterface.php, line 39

Class

StoreInterface

Namespace

Auth0\SDK\Store

Code

public function delete($key);