|
libosip 3.6.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 * | auth_param |
Definition of the WWW-Authenticate header.
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().
other parameters (optional)
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().
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().
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().
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().
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().
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().
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().
1.7.3