Home
last modified time | relevance | path

Searched defs:authMechanisms (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppStreamFeatures.cpp44 QStringList authMechanisms; member in QXmppStreamFeaturesPrivate
101 QStringList QXmppStreamFeatures::authMechanisms() const in authMechanisms() function in QXmppStreamFeatures
/dports/www/owncloud/owncloud/lib/private/Files/External/
H A DStoragesBackendService.php55 private $authMechanisms = []; variable in OC\\Files\\External\\StoragesBackendService
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/lib/Service/
H A DBackendService.php70 private $authMechanisms = []; variable in OCA\\Files_External\\Service\\BackendService
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/shell/
H A Ddbshell.cpp720 if (const auto authMechanisms = uri.getOption("authMechanism")) { in mechanismRequiresPassword() local
824 if (const auto authMechanisms = parsedURI.getOption("authMechanism")) { in _main() local