Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener::attemptAuthentication PHP 메소드

attemptAuthentication() 추상적인 보호된 메소드

Performs authentication.
abstract protected attemptAuthentication ( Request $request ) : Symfony\Component\Security\Core\Authentication\Token\TokenInterface
$request Symfony\Component\HttpFoundation\Request A Request instance
리턴 Symfony\Component\Security\Core\Authentication\Token\TokenInterface The authenticated token, or null if full authentication is not possible
    abstract protected function attemptAuthentication(Request $request);