5#ifndef AUTHENTICATION_STORE_MINIMAL_H
6#define AUTHENTICATION_STORE_MINIMAL_H
8#include <Cutelyst/Plugins/Authentication/authenticationstore.h>
9#include <Cutelyst/cutelyst_global.h>
22 explicit StoreMinimal(
const QString &idField, QObject *parent =
nullptr);
47 QVector<AuthenticationUser> m_users;
The Cutelyst namespace holds all public Cutelyst API.
QMultiMap< QString, QString > ParamsMultiMap