libosip
5.3.0
|
#include <osip_www_authenticate.h>
Public Attributes | |
char * | auth_type |
char * | realm |
char * | domain |
char * | nonce |
char * | opaque |
char * | stale |
char * | algorithm |
char * | qop_options |
char * | version |
char * | targetname |
char * | gssapi_data |
char * | auth_param |
Definition of the WWW-Authenticate header.
char* osip_www_authenticate::algorithm |
algorythm (optional)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_algorithm(), osip_www_authenticate_parse(), osip_www_authenticate_set_algorithm(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::auth_param |
other parameters (optional)
char* osip_www_authenticate::auth_type |
Authentication Type (Basic or Digest
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_auth_type(), osip_www_authenticate_parse(), osip_www_authenticate_set_auth_type(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::domain |
domain (optional)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_domain(), osip_www_authenticate_parse(), osip_www_authenticate_set_domain(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::gssapi_data |
gssapi-data (optional - NTLM)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_gssapi_data(), osip_www_authenticate_parse(), osip_www_authenticate_set_gssapi_data(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::nonce |
nonce (optional)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_nonce(), osip_www_authenticate_parse(), osip_www_authenticate_set_nonce(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::opaque |
opaque (optional)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_opaque(), osip_www_authenticate_parse(), osip_www_authenticate_set_opaque(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::qop_options |
qop option (optional)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_qop_options(), osip_www_authenticate_parse(), osip_www_authenticate_set_qop_options(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::realm |
realm (as a quoted-string)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_realm(), osip_www_authenticate_parse(), osip_www_authenticate_set_realm(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::stale |
stale (optional)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_stale(), osip_www_authenticate_parse(), osip_www_authenticate_set_stale(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::targetname |
targetname (optional - NTLM)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_targetname(), osip_www_authenticate_parse(), osip_www_authenticate_set_targetname(), and osip_www_authenticate_to_str().
char* osip_www_authenticate::version |
version (optional - NTLM)
Referenced by osip_www_authenticate_clone(), osip_www_authenticate_free(), osip_www_authenticate_get_version(), osip_www_authenticate_parse(), osip_www_authenticate_set_version(), and osip_www_authenticate_to_str().