Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
AuthRealm_t Struct Reference

#include <auth.h>

Public Attributes

enum AuthParseHTTPAuthType_t type
 
char * name
 
Dlistpaths
 
char * authorization
 
char * username
 
char * cnonce
 
unsigned int nonce_count
 
char * nonce
 
char * opaque
 
enum AuthParseDigestAlgorithm_t algorithm
 
char * domain
 
enum AuthParseDigestQOP_t qop
 

Detailed Description

Definition at line 14 of file auth.h.

Member Data Documentation

◆ algorithm

enum AuthParseDigestAlgorithm_t AuthRealm_t::algorithm

◆ authorization

char* AuthRealm_t::authorization

◆ cnonce

◆ domain

char* AuthRealm_t::domain

Definition at line 27 of file auth.h.

Referenced by Auth_do_auth_dialog_cb(), and Auth_realm_delete().

◆ name

char* AuthRealm_t::name

◆ nonce

◆ nonce_count

unsigned int AuthRealm_t::nonce_count

◆ opaque

char* AuthRealm_t::opaque

Definition at line 25 of file auth.h.

Referenced by a_Digest_authorization_hdr(), Auth_do_auth_dialog_cb(), and Auth_realm_delete().

◆ paths

◆ qop

enum AuthParseDigestQOP_t AuthRealm_t::qop

◆ type

enum AuthParseHTTPAuthType_t AuthRealm_t::type

Definition at line 15 of file auth.h.

Referenced by a_Auth_get_auth_str(), and Auth_do_auth_dialog_cb().

◆ username

char* AuthRealm_t::username

Definition at line 21 of file auth.h.

Referenced by a_Digest_authorization_hdr(), Auth_do_auth_dialog_cb(), and Auth_realm_delete().


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