* SilverStripe\Security\Security: * authentication_handlers: * - SilverStripe\Security\BasicAuthentionHandler * * * @param HTTPRequest $request The current HTTP request * @return Member|null The authenticated Member, or null if this auth mechanism isn't used. * @throws ValidationException If authentication data exists but does not match a member. */ public function authenticateRequest(HTTPRequest $request); }