HttpWwwAuthenticateHeader Struct Reference

WWW-Authenticate header field. More...

#include <http_client_auth.h>

Data Fields

HttpAuthMode mode
 Authentication scheme. More...
 
const char_trealm
 Realm. More...
 
size_t realmLen
 Length of the realm. More...
 
HttpAuthQop qop
 Quality of protection. More...
 
const HashAlgoalgorithm
 Digest algorithm. More...
 
const char_tnonce
 Nonce value. More...
 
size_t nonceLen
 Length of the nonce value. More...
 
const char_topaque
 Opaque parameter. More...
 
size_t opaqueLen
 Length of the opaque parameter. More...
 
bool_t stale
 Stale flag. More...
 

Detailed Description

WWW-Authenticate header field.

Definition at line 66 of file http_client_auth.h.

Field Documentation

◆ algorithm

const HashAlgo* algorithm

Digest algorithm.

Definition at line 73 of file http_client_auth.h.

◆ mode

Authentication scheme.

Definition at line 68 of file http_client_auth.h.

◆ nonce

const char_t* nonce

Nonce value.

Definition at line 74 of file http_client_auth.h.

◆ nonceLen

size_t nonceLen

Length of the nonce value.

Definition at line 75 of file http_client_auth.h.

◆ opaque

const char_t* opaque

Opaque parameter.

Definition at line 76 of file http_client_auth.h.

◆ opaqueLen

size_t opaqueLen

Length of the opaque parameter.

Definition at line 77 of file http_client_auth.h.

◆ qop

Quality of protection.

Definition at line 72 of file http_client_auth.h.

◆ realm

const char_t* realm

Realm.

Definition at line 69 of file http_client_auth.h.

◆ realmLen

size_t realmLen

Length of the realm.

Definition at line 70 of file http_client_auth.h.

◆ stale

bool_t stale

Stale flag.

Definition at line 78 of file http_client_auth.h.


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