ESP-IDF
+
0
/2 examples
SourceVu will show references to
credentials_t::authentication
from the following samples and libraries:
mqtt5 sample
ssl_mutual_auth sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
credentials_t::authentication
credentials_t::authentication field
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
Syntax
Show:
Summary
Declaration
from
mqtt_client.h:287
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
;
}
authentication
;
Examples
credentials_t::authentication
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out