namespace Ice\Auth\Social;
/**
* Auth social interface.
*
* @package Ice/Auth
* @category Interface
* @author Ice Team
* @copyright (c) 2014-2025 Ice Team
* @license http://iceframework.org/license
*/
interface SocialInterface
{
public function authenticate();
}