PHP Класс ADmad\HybridAuth\Controller\HybridAuthController

Licensed under The MIT License For full copyright and license information, please see the LICENSE.txt
Наследование: extends App\Controller\AppController
Показать файл Открыть проект

Открытые методы

Метод Описание
authenticated ( ) : Response This action exists just to ensure AuthComponent fetches user info from hybridauth after successful login
beforeFilter ( Cake\Event\Event $event ) : void Allow methods 'endpoint' and 'authenticated'.
endpoint ( ) : void Endpoint method

Описание методов

authenticated() публичный метод

Hyridauth's hauth_return_to is set to this action.
public authenticated ( ) : Response
Результат Cake\Network\Response

beforeFilter() публичный метод

Allow methods 'endpoint' and 'authenticated'.
public beforeFilter ( Cake\Event\Event $event ) : void
$event Cake\Event\Event Before filter event.
Результат void

endpoint() публичный метод

Endpoint method
public endpoint ( ) : void
Результат void