HttpBasic
class HttpBasic extends AbstractEntryPoint (View source)
An authentication entry point, that sends an HTTP header to start HTTP Basic authentication.
Properties
protected array | $options | The configurations options |
from AbstractEntryPoint |
Methods
ResponseInterface
startAuthentication(ServerRequestInterface $request, ResponseInterface $response)
Starts the authentication: Send HTTP header
Details
void
setOptions(array $options)
Sets the options array
array
getOptions()
Returns the options array
ResponseInterface
startAuthentication(ServerRequestInterface $request, ResponseInterface $response)
Starts the authentication: Send HTTP header