Golioth Firmware SDK
|
#include <golioth_client.h>
Data Fields | |
const char * | psk_id |
PSK Identifier (e.g. "devicename@projectname") More... | |
size_t | psk_id_len |
const char * | psk |
Pre-shared key, secret password. More... | |
size_t | psk_len |
Pre-Shared Key (PSK) credentials.
All memory is owned by user and must persist for the lifetime of the golioth client.
Definition at line 65 of file golioth_client.h.
const char* golioth_psk_credentials_t::psk |
Pre-shared key, secret password.
Definition at line 71 of file golioth_client.h.
const char* golioth_psk_credentials_t::psk_id |
PSK Identifier (e.g. "devicename@projectname")
Definition at line 67 of file golioth_client.h.
size_t golioth_psk_credentials_t::psk_id_len |
Definition at line 68 of file golioth_client.h.
size_t golioth_psk_credentials_t::psk_len |
Definition at line 72 of file golioth_client.h.