Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 32 of file qnetworkaccessauthenticationmanager_p.h.

Member Function Documentation

◆ isNull()

bool QNetworkAuthenticationCredential::isNull ( ) const
inline

Definition at line 38 of file qnetworkaccessauthenticationmanager_p.h.

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

Here is the caller graph for this function:

Member Data Documentation

◆ domain

QString QNetworkAuthenticationCredential::domain

Definition at line 35 of file qnetworkaccessauthenticationmanager_p.h.

◆ password

QString QNetworkAuthenticationCredential::password

Definition at line 37 of file qnetworkaccessauthenticationmanager_p.h.

◆ user

QString QNetworkAuthenticationCredential::user

Definition at line 36 of file qnetworkaccessauthenticationmanager_p.h.


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