mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
9 lines
529 B
Python
9 lines
529 B
Python
# The following has been generated automatically from src/core/auth/qgsauthmethod.h
|
|
try:
|
|
QgsAuthMethod.authMethodTag = staticmethod(QgsAuthMethod.authMethodTag)
|
|
QgsAuthMethod.__virtual_methods__ = ['editWidget', 'updateNetworkRequest', 'updateNetworkReply', 'updateDataSourceUriItems', 'updateNetworkProxy']
|
|
QgsAuthMethod.__abstract_methods__ = ['key', 'description', 'displayDescription', 'clearCachedConfig', 'updateMethodConfig']
|
|
QgsAuthMethod.__group__ = ['auth']
|
|
except (NameError, AttributeError):
|
|
pass
|