foreach($paths as $path) $request
An exception for terminatinating execution or to throw for unit testing.
This is the base class for any authentication object.
check(RequestInterface $request, ResponseInterface $response)
When this method is called, the backend must check if authentication was successful.
challenge(RequestInterface $request, ResponseInterface $response)
This method is called when a user could not be authenticated, and authentication was required for the...
The RequestInterface represents a HTTP request.
This interface represents a HTTP response.