Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QNetworkAuthenticationCredential Class Reference

#include <qnetworkaccessauthenticationmanager_p.h>

+ Collaboration diagram for QNetworkAuthenticationCredential:

Public Member Functions

bool isNull () const
 

Public Attributes

QString domain
 
QString user
 
QString password
 

Detailed Description

Definition at line 31 of file qnetworkaccessauthenticationmanager_p.h.

Member Function Documentation

◆ isNull()

bool QNetworkAuthenticationCredential::isNull ( ) const
inline

Definition at line 37 of file qnetworkaccessauthenticationmanager_p.h.

References domain, QString::isNull(), password, and user.

Referenced by QNetworkAccessManagerPrivate::authenticationRequired(), QNetworkAccessAuthenticationManager::fetchCachedProxyCredentials(), QNetworkAccessManagerPrivate::proxyAuthenticationRequired(), QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(), and QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ domain

QString QNetworkAuthenticationCredential::domain

◆ password

◆ user


The documentation for this class was generated from the following file: