Baikal\FrontendBundle\Service\OAuthPreLoginRedirectFormAuthenticationEntryPoint::start PHP Method

start() public method

public start ( Request $request, Symfony\Component\Security\Core\Exception\AuthenticationException $authException = null )
$request Request
$authException Symfony\Component\Security\Core\Exception\AuthenticationException
    public function start(Request $request, AuthenticationException $authException = null)
    {
        die('laaaaaa');
    }
OAuthPreLoginRedirectFormAuthenticationEntryPoint