QGIS API Documentation 4.3.0-Master (389d690bb77)
Loading...
Searching...
No Matches
QgsStacConnection::Data Struct Reference

Represents decoded data of a connection. More...

#include <qgsstacconnection.h>

Public Attributes

QString authCfg
 Authentication configuration id.
QgsHttpHeaders httpHeaders
 HTTP headers.
QString password
 HTTP Basic password.
QString url
 Catalog URL.
QString username
 HTTP Basic username.

Detailed Description

Represents decoded data of a connection.

Definition at line 72 of file qgsstacconnection.h.

Member Data Documentation

◆ authCfg

QString QgsStacConnection::Data::authCfg

Authentication configuration id.

Definition at line 77 of file qgsstacconnection.h.

◆ httpHeaders

QgsHttpHeaders QgsStacConnection::Data::httpHeaders

HTTP headers.

Definition at line 83 of file qgsstacconnection.h.

◆ password

QString QgsStacConnection::Data::password

HTTP Basic password.

Definition at line 81 of file qgsstacconnection.h.

◆ url

QString QgsStacConnection::Data::url

Catalog URL.

Definition at line 75 of file qgsstacconnection.h.

◆ username

QString QgsStacConnection::Data::username

HTTP Basic username.

Definition at line 79 of file qgsstacconnection.h.


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