Bluz\Auth\AbstractTable::getAuthRow PHP Method

getAuthRow() public method

Get AuthRow
public getAuthRow ( string $provider, string $foreignKey ) : AbstractRow
$provider string
$foreignKey string
return AbstractRow
    public function getAuthRow($provider, $foreignKey)
    {
        return static::findRow(['provider' => $provider, 'foreignKey' => $foreignKey]);
    }