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

Inheritance: extends AbstractEntryPoint
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Méthodes publiques

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

Method Details

startAuthentication() public méthode

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
Résultat void