credentials_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
const char *
*MQTT* username.
const char *
Set *MQTT* client identifier. Ignored if set_null_client_id == true If NULL set the default client id. Default client id is ``ESP32_%CHIPID%`` where `%CHIPID%` are last 3 bytes of MAC address in hex format.
bool
Selects a NULL client id.
struct authentication_t { const char *password; const char *certificate; size_t certificate_len; const char *key; size_t key_len; const char *key_password; int key_password_len; bool use_secure_element; void *ds_data; }
Client authentication Fields related to client authentication by broker For mutual authentication using TLS, user could select certificate and key, secure element or digital signature peripheral if available. Client authentication.

References

from examples