ADmad\HybridAuth\Controller\HybridAuthController::endpoint PHP 메소드

endpoint() 공개 메소드

Endpoint method
public endpoint ( ) : void
리턴 void
    public function endpoint()
    {
        $this->request->session()->start();
        \Hybrid_Endpoint::process();
    }