ADmad\HybridAuth\Controller\HybridAuthController::endpoint PHP Method

endpoint() public method

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