<?php

namespace BitApps\Social\HTTP\Services\Interfaces;

interface AuthServiceInterface
{
    public function authHandler($request);
}
