ReactOS 0.4.15-dev-7942-gd23573b
HttpAuthInfo Struct Reference
Collaboration diagram for HttpAuthInfo:

Public Attributes

LPWSTR scheme
 
CredHandle cred
 
CtxtHandle ctx
 
TimeStamp exp
 
ULONG attr
 
ULONG max_token
 
voidauth_data
 
unsigned int auth_data_len
 
BOOL finished
 

Detailed Description

Definition at line 76 of file http.c.

Member Data Documentation

◆ attr

ULONG HttpAuthInfo::attr

Definition at line 82 of file http.c.

Referenced by HTTP_DoAuthorization().

◆ auth_data

void* HttpAuthInfo::auth_data

Definition at line 84 of file http.c.

Referenced by HTTP_DoAuthorization(), and HTTP_InsertAuthorization().

◆ auth_data_len

unsigned int HttpAuthInfo::auth_data_len

Definition at line 85 of file http.c.

Referenced by HTTP_DoAuthorization(), and HTTP_InsertAuthorization().

◆ cred

CredHandle HttpAuthInfo::cred

Definition at line 79 of file http.c.

Referenced by HTTP_DoAuthorization().

◆ ctx

CtxtHandle HttpAuthInfo::ctx

Definition at line 80 of file http.c.

Referenced by HTTP_DoAuthorization().

◆ exp

TimeStamp HttpAuthInfo::exp

Definition at line 81 of file http.c.

Referenced by HTTP_DoAuthorization().

◆ finished

BOOL HttpAuthInfo::finished

Definition at line 86 of file http.c.

Referenced by HTTP_DoAuthorization().

◆ max_token

ULONG HttpAuthInfo::max_token

Definition at line 83 of file http.c.

Referenced by HTTP_DoAuthorization().

◆ scheme

LPWSTR HttpAuthInfo::scheme

Definition at line 78 of file http.c.

Referenced by HTTP_DoAuthorization(), and HTTP_InsertAuthorization().


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