SimpleSAML_Store::delete PHP Méthode

delete() abstract public méthode

Delete a value from the data store.
abstract public delete ( string $type, string $key )
$type string The data type.
$key string The key.
    public abstract function delete($type, $key);