dmlite
0.6
|
Security credentials. More...
#include <dmlite.h>
Public Attributes | |
const char * | mech |
const char * | client_name |
const char * | remote_address |
const char * | session_id |
unsigned | nfqans |
const char ** | fqans |
dmlite_any_dict * | extra |
Security credentials.
It is up to the caller to allocate and free this pointers. DMLite will keep a copy internaly. Non used values MUST be NULL.
const char* dmlite_credentials::client_name |
dmlite_any_dict* dmlite_credentials::extra |
const char** dmlite_credentials::fqans |
const char* dmlite_credentials::mech |
unsigned dmlite_credentials::nfqans |
const char* dmlite_credentials::remote_address |
const char* dmlite_credentials::session_id |