Golioth Firmware SDK
|
TLS Authentication Credential. More...
#include <client.h>
Data Fields | ||
enum golioth_auth_type | auth_type | |
union { | ||
struct golioth_psk_credential psk | ||
struct golioth_pki_credential pki | ||
int tag | ||
}; | ||
union { ... } golioth_credential |
enum golioth_auth_type golioth_credential::auth_type |
struct golioth_pki_credential golioth_credential::pki |
struct golioth_psk_credential golioth_credential::psk |