#include <osip_authorization.h>
Public Attributes | |
| char * | auth_type |
| char * | username |
| char * | realm |
| char * | nonce |
| char * | uri |
| char * | response |
| char * | digest |
| char * | algorithm |
| char * | cnonce |
| char * | opaque |
| char * | message_qop |
| char * | nonce_count |
| char * | auth_param |
Authentication Type (Basic or Digest)
login
realm (as a quoted-string)
nonce
| char* osip_authorization::uri |
uri
response
digest
algorithm (optionnal)
cnonce (optionnal)
opaque (optionnal)
message_qop (optionnal)
nonce_count (optionnal)
other parameters (optionnal)
1.5.4