ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
BackendInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\DAV\Auth\Backend;
4 
7 
15 interface BackendInterface {
16 
46 
68  function challenge(RequestInterface $request, ResponseInterface $response);
69 
70 }
This interface represents a HTTP response.
The RequestInterface represents a HTTP request.
foreach($paths as $path) $request
Definition: asyncclient.php:32
challenge(RequestInterface $request, ResponseInterface $response)
This method is called when a user could not be authenticated, and authentication was required for the...
This is the base class for any authentication object.
$response
check(RequestInterface $request, ResponseInterface $response)
When this method is called, the backend must check if authentication was successful.