Airship\Engine\Security\Authentication::setLongTermSelectorField PHP Method

setLongTermSelectorField() public method

Sets the column name used to reference the "selector" component of the long-term authentication token.
public setLongTermSelectorField ( string $field ) : self
$field string
return self ($this)
    public function setLongTermSelectorField(string $field) : self
    {
        $this->tableConfig['field']['longterm']['selector'] = $field;
        return $this;
    }