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

setUserIdField() public method

Sets the column name used to reference the primary key (userid)
public setUserIdField ( string $field ) : self
$field string
return self ($this)
    public function setUserIdField(string $field) : self
    {
        $this->tableConfig['field']['accounts']['userid'] = $field;
        return $this;
    }