yii\authclient\StateStorageInterface::remove PHP Method

remove() public method

Removes a state variable.
public remove ( string $key ) : boolean
$key string the name of the variable to be removed
return boolean success.
    public function remove($key);
StateStorageInterface