QGIS API Documentation 3.41.0-Master (cea29feecf2)
Loading...
Searching...
No Matches
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.
 
QgsHttpHeaders httpHeaders
 HTTP headers.
 
QString password
 HTTP Basic password.
 
QString url
 Source URI.
 
QString username
 HTTP Basic username.
 

Detailed Description

Represents decoded data of a SensorThings connection.

Note
Not available in Python bindings.
Since
QGIS 3.36

Definition at line 80 of file qgssensorthingsconnection.h.

Member Data Documentation

◆ authCfg

QString QgsSensorThingsProviderConnection::Data::authCfg

Authentication configuration id.

Definition at line 85 of file qgssensorthingsconnection.h.

◆ httpHeaders

QgsHttpHeaders QgsSensorThingsProviderConnection::Data::httpHeaders

HTTP headers.

Definition at line 91 of file qgssensorthingsconnection.h.

◆ password

QString QgsSensorThingsProviderConnection::Data::password

HTTP Basic password.

Definition at line 89 of file qgssensorthingsconnection.h.

◆ url

QString QgsSensorThingsProviderConnection::Data::url

Source URI.

Definition at line 83 of file qgssensorthingsconnection.h.

◆ username

QString QgsSensorThingsProviderConnection::Data::username

HTTP Basic username.

Definition at line 87 of file qgssensorthingsconnection.h.


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