|
QGIS API Documentation
3.24.2-Tisler (13c1a02865)
|
#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.