See the docs, under classes, extending core. It works the same for classes in packages that are aliased to the global name, like Auth.
In short: - make sure that the Auth package is 'always_load'ed - create a class called Simpleauth in app/classes (or a subfolder), that extends \Auth\Login\Simpleauth - add the new class to the app bootstrap - get a beer