QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include "qgsauthmethodregistry.h"
#include "qgis.h"
#include "qgsauthconfig.h"
#include "qgsauthmethod.h"
#include "qgslogger.h"
#include "qgsmessageoutput.h"
#include "qgsmessagelog.h"
#include "qgsauthmethodmetadata.h"
#include <QString>
#include <QDir>
#include <QLibrary>
#include <QRegularExpression>
Go to the source code of this file.
Typedefs | |
typedef QgsAuthMethod * | classFactoryFunction_t() |
typedef void | cleanupAuthMethod_t() |
typedef QgsAuthMethod* classFactoryFunction_t() |
Definition at line 294 of file qgsauthmethodregistry.cpp.
typedef void cleanupAuthMethod_t() |
Definition at line 192 of file qgsauthmethodregistry.cpp.