Airship\Engine\Security\Authentication::setLongTermValidatorField PHP 메소드

setLongTermValidatorField() 공개 메소드

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