invoiceninja/app/Ninja/OAuth/Providers/ProviderInterface.php
2019-01-30 22:00:26 +11:00

10 lines
169 B
PHP
Executable File

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