<?php

interface Requests_Auth
{
    public function register(Requests_Hooks &$hooks);
}