SIP Witch 1.9.15
|
Definition of the Authentication-Info header. More...
#include <osip_authentication_info.h>
Data Fields | |
char * | auth_type |
Authentication Type (Basic or Digest) More... | |
char * | nextnonce |
nextnonce value More... | |
char * | qop_options |
qop options value More... | |
char * | rspauth |
rspauth value More... | |
char * | cnonce |
cnonce value More... | |
char * | nonce_count |
noncecount value More... | |
char * | snum |
snum value More... | |
char * | srand |
srand value More... | |
char * | realm |
realm value More... | |
char * | targetname |
targetname value More... | |
char * | opaque |
opaque value More... | |
Definition of the Authentication-Info header.
Definition at line 46 of file osip_authentication_info.h.
char* osip_authentication_info::auth_type |
Authentication Type (Basic or Digest)
Definition at line 48 of file osip_authentication_info.h.
char* osip_authentication_info::cnonce |
cnonce value
Definition at line 52 of file osip_authentication_info.h.
char* osip_authentication_info::nextnonce |
nextnonce value
Definition at line 49 of file osip_authentication_info.h.
char* osip_authentication_info::nonce_count |
noncecount value
Definition at line 53 of file osip_authentication_info.h.
char* osip_authentication_info::opaque |
opaque value
Definition at line 58 of file osip_authentication_info.h.
char* osip_authentication_info::qop_options |
qop options value
Definition at line 50 of file osip_authentication_info.h.
char* osip_authentication_info::realm |
realm value
Definition at line 56 of file osip_authentication_info.h.
char* osip_authentication_info::rspauth |
rspauth value
Definition at line 51 of file osip_authentication_info.h.
char* osip_authentication_info::snum |
snum value
Definition at line 54 of file osip_authentication_info.h.
char* osip_authentication_info::srand |
srand value
Definition at line 55 of file osip_authentication_info.h.
char* osip_authentication_info::targetname |
targetname value
Definition at line 57 of file osip_authentication_info.h.