yii\authclient\StateStorageInterface::remove PHP Метод

remove() публичный Метод

Removes a state variable.
public remove ( string $key ) : boolean
$key string the name of the variable to be removed
Результат boolean success.
    public function remove($key);
StateStorageInterface