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

setLongTermSelectorField() 공개 메소드

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