![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qnetworkaccessauthenticationmanager_p.h>
Public Member Functions | |
bool | isNull () const |
Public Attributes | |
QString | domain |
QString | user |
QString | password |
Definition at line 32 of file qnetworkaccessauthenticationmanager_p.h.
|
inline |
Definition at line 38 of file qnetworkaccessauthenticationmanager_p.h.
Referenced by QNetworkAccessAuthenticationManager::fetchCachedProxyCredentials(), QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(), and QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot().
QString QNetworkAuthenticationCredential::domain |
Definition at line 35 of file qnetworkaccessauthenticationmanager_p.h.
QString QNetworkAuthenticationCredential::password |
Definition at line 37 of file qnetworkaccessauthenticationmanager_p.h.
QString QNetworkAuthenticationCredential::user |
Definition at line 36 of file qnetworkaccessauthenticationmanager_p.h.