QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsSensorThingsProviderConnection::Data Struct Reference

Represents decoded data of a SensorThings connection. More...

#include <qgssensorthingsconnection.h>

Public Attributes

QString authCfg
 Authentication configuration id. More...
 
QgsHttpHeaders httpHeaders
 HTTP headers. More...
 
QString password
 HTTP Basic password. More...
 
QString url
 Source URI. More...
 
QString username
 HTTP Basic username. More...
 

Detailed Description

Represents decoded data of a SensorThings connection.

Note
Not available in Python bindings.
Since
QGIS 3.36

Definition at line 79 of file qgssensorthingsconnection.h.

Member Data Documentation

◆ authCfg

QString QgsSensorThingsProviderConnection::Data::authCfg

Authentication configuration id.

Definition at line 84 of file qgssensorthingsconnection.h.

◆ httpHeaders

QgsHttpHeaders QgsSensorThingsProviderConnection::Data::httpHeaders

HTTP headers.

Definition at line 90 of file qgssensorthingsconnection.h.

◆ password

QString QgsSensorThingsProviderConnection::Data::password

HTTP Basic password.

Definition at line 88 of file qgssensorthingsconnection.h.

◆ url

QString QgsSensorThingsProviderConnection::Data::url

Source URI.

Definition at line 82 of file qgssensorthingsconnection.h.

◆ username

QString QgsSensorThingsProviderConnection::Data::username

HTTP Basic username.

Definition at line 86 of file qgssensorthingsconnection.h.


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