Initial commit, WIP.
This commit is contained in:
14
src/Auth/Auth.php
Normal file
14
src/Auth/Auth.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* User: junade
|
||||
* Date: 13/01/2017
|
||||
* Time: 16:52
|
||||
*/
|
||||
|
||||
namespace Cloudflare\API\Auth;
|
||||
|
||||
|
||||
interface Auth
|
||||
{
|
||||
public function getHeaders(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user