Neos\Flow\Security\Authentication\EntryPointInterface::startAuthentication PHP Method

startAuthentication() public method

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
return void
    public function startAuthentication(Request $request, Response $response);