Authentication header. More...
#include <msg_types.h>
Data Fields | |
msg_common_t | au_common [1] |
Common fragment info. | |
msg_auth_t * | au_next |
Link to next header. | |
char const * | au_scheme |
Auth-scheme like Basic or Digest. | |
msg_param_t const * | au_params |
Comma-separated parameters. |
Authentication header.
An authentication header has authentication scheme name and comma-separated list of parameters as its value.