Neos\Flow\Security\Authentication\EntryPointInterface::startAuthentication PHP 메소드

startAuthentication() 공개 메소드

Starts the authentication. (e.g. redirect to login page or send 401 HTTP header)
public startAuthentication ( Request $request, Response $response ) : void
$request Neos\Flow\Http\Request The current request
$response Neos\Flow\Http\Response The current response
리턴 void
    public function startAuthentication(Request $request, Response $response);