60 delete(this->auth[i]);
static void authDtor(void *_this)
static int authCtor(void *_this, va_list *params)
int authenticate(void *, Credential, Uuid)
static int authAuthenticate(void *_this, Credential cred, Uuid user_index)
INIT_IFACE(Class, authCtor, authDtor, NULL)
CREATE_CLASS(Auth, NULL, IFACE(Class), IFACE(Auth))