package auth; public abstract class Authenticator { public abstract auth.models.Token authenticate(Authentication authentication); }