Golioth Firmware SDK
Loading...
Searching...
No Matches
golioth_psk_credential Struct Reference

#include <client.h>

Data Fields

const char * psk_id
 PSK Identifier (e.g. "devicename@projectname")
 
size_t psk_id_len
 
const char * psk
 Pre-shared key, secret password.
 
size_t psk_len
 

Detailed Description

Pre-Shared Key (PSK) credential.

All memory is owned by user and must persist for the lifetime of the golioth client.

Definition at line 77 of file client.h.

Field Documentation

◆ psk

const char* golioth_psk_credential::psk

Pre-shared key, secret password.

Definition at line 84 of file client.h.

◆ psk_id

const char* golioth_psk_credential::psk_id

PSK Identifier (e.g. "devicename@projectname")

Definition at line 80 of file client.h.

◆ psk_id_len

size_t golioth_psk_credential::psk_id_len

Definition at line 81 of file client.h.

◆ psk_len

size_t golioth_psk_credential::psk_len

Definition at line 85 of file client.h.


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