PHP Class Neos\Flow\Security\Authentication\EntryPoint\HttpBasic

Inheritance: extends AbstractEntryPoint
Mostra file Open project: neos/flow-development-collection Class Usage Examples

Public Methods

Method Description
startAuthentication ( Request $request, Response $response ) : void Starts the authentication: Send HTTP header

Method Details

startAuthentication() public method

Starts the authentication: Send 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