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

setLongTermValidatorField() public method

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