FUN: Function to perform authentication which takes two arguments - user and password. Returns boolean - whether access is allowed for a requested user or not.
Method authenticate()
Provide authentication for the given request.
Usage
AuthBackendBasic$authenticate(request, response)
Arguments
request: Request object.
response: Response object.
Returns
Boolean - whether access is allowed for a requested user or not.
Method clone()
The objects of this class are cloneable with this method.