QgsCredentialsNone class

Default implementation of credentials interface.

This class doesn't prompt or return credentials

Base classes

class QgsCredentials
Interface for requesting credentials in QGIS in GUI independent way.

Signals

void destroyed()
signals that object will be destroyed and shouldn't be used anymore

Protected functions

auto request(const QString& realm, QString& username, QString& password, const QString& message = QString()) -> bool override
request a password
auto requestMasterPassword(QString& password, bool stored = false) -> bool override
request a master password