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

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 
 
};  
 

Detailed Description

TLS Authentication Credential.

Definition at line 108 of file client.h.

Field Documentation

◆ [union]

union { ... } golioth_credential

◆ auth_type

enum golioth_auth_type golioth_credential::auth_type

Definition at line 110 of file client.h.

◆ pki

struct golioth_pki_credential golioth_credential::pki

Definition at line 114 of file client.h.

◆ psk

struct golioth_psk_credential golioth_credential::psk

Definition at line 113 of file client.h.

◆ tag

int golioth_credential::tag

Definition at line 115 of file client.h.


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