ice framework documentation ice doc v1.10.1
Class Ice Auth Social

SocialInterface

    
namespace Ice\Auth\Social;

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