invoiceninja/app/Ninja/OAuth/Providers/ProviderInterface.php
2019-01-30 21:45:46 +11:00

9 lines
169 B
PHP
Executable file

<?php namespace App\Ninja\OAuth\Providers;
interface ProviderInterface
{
public function getTokenResponse($token);
public function harvestEmail($response);
}