PHP Класс Neos\Flow\Security\Authentication\EntryPoint\HttpBasic

Наследование: extends AbstractEntryPoint
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
startAuthentication ( Request $request, Response $response ) : void Starts the authentication: Send HTTP header

Описание методов

startAuthentication() публичный Метод

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
Результат void