validate(['email' => $object->getEmail(), 'password' => $object->getPassword()])) { throw new AccessUnauthorisedException('These credentials do not match our records.'); } return true; } }