yii\authclient\StateStorageInterface::set PHP Method

set() public method

If the specified name already exists, the old value will be overwritten.
public set ( string $key, mixed $value )
$key string variable name
$value mixed variable value
    public function set($key, $value);
StateStorageInterface