EntryPointInterface
interface EntryPointInterface (View source)
Contract for an authentication entry point
Methods
void
setOptions(array $options)
Sets the options array
array
getOptions()
Returns the options array
ResponseInterface
startAuthentication(ServerRequestInterface $request, ResponseInterface $response)
Starts the authentication. (e.g. redirect to login page or send 401 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. (e.g. redirect to login page or send 401 HTTP header)