Class: QgsCredentialsConsole

Implementation of credentials interface for the console.

This class outputs message to the standard output and retrieves input from standard input. Therefore it won’t be the right choice for apps without GUI.

Class Hierarchy

Inheritance diagram of qgis.core.QgsCredentialsConsole

Base classes

QObject

QgsCredentials

Interface for requesting credentials in QGIS in GUI independent way.

class qgis.core.QgsCredentialsConsole[source]

Bases: QObject, QgsCredentials