SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
osip_www_authenticate Struct Reference

Definition of the WWW-Authenticate header. More...

#include <osip_www_authenticate.h>

Collaboration diagram for osip_www_authenticate:
Collaboration graph
[legend]

Data Fields

char * auth_type
 Authentication Type (Basic or Digest. More...
 
char * realm
 realm (as a quoted-string) More...
 
char * domain
 domain (optional) More...
 
char * nonce
 nonce (optional) More...
 
char * opaque
 opaque (optional) More...
 
char * stale
 stale (optional) More...
 
char * algorithm
 algorythm (optional) More...
 
char * qop_options
 qop option (optional) More...
 
char * version
 version (optional - NTLM) More...
 
char * targetname
 targetname (optional - NTLM) More...
 
char * gssapi_data
 gssapi-data (optional - NTLM) More...
 
char * auth_param
 other parameters (optional) More...
 

Detailed Description

Definition of the WWW-Authenticate header.

Definition at line 46 of file osip_www_authenticate.h.

Field Documentation

char* osip_www_authenticate::algorithm

algorythm (optional)

Definition at line 54 of file osip_www_authenticate.h.

char* osip_www_authenticate::auth_param

other parameters (optional)

Definition at line 59 of file osip_www_authenticate.h.

char* osip_www_authenticate::auth_type

Authentication Type (Basic or Digest.

Definition at line 48 of file osip_www_authenticate.h.

char* osip_www_authenticate::domain

domain (optional)

Definition at line 50 of file osip_www_authenticate.h.

char* osip_www_authenticate::gssapi_data

gssapi-data (optional - NTLM)

Definition at line 58 of file osip_www_authenticate.h.

char* osip_www_authenticate::nonce

nonce (optional)

Definition at line 51 of file osip_www_authenticate.h.

char* osip_www_authenticate::opaque

opaque (optional)

Definition at line 52 of file osip_www_authenticate.h.

char* osip_www_authenticate::qop_options

qop option (optional)

Definition at line 55 of file osip_www_authenticate.h.

char* osip_www_authenticate::realm

realm (as a quoted-string)

Definition at line 49 of file osip_www_authenticate.h.

char* osip_www_authenticate::stale

stale (optional)

Definition at line 53 of file osip_www_authenticate.h.

char* osip_www_authenticate::targetname

targetname (optional - NTLM)

Definition at line 57 of file osip_www_authenticate.h.

char* osip_www_authenticate::version

version (optional - NTLM)

Definition at line 56 of file osip_www_authenticate.h.


The documentation for this struct was generated from the following file: