Asterisk - The Open Source Telephony Project
18.5.0
|
HTTP authentication information. More...
#include <http.h>
Data Fields | |
char * | password |
char * | userid |
char* password |
For Basic auth, the provided password.
Definition at line 127 of file http.h.
Referenced by auth_create(), and http_callback().
char* userid |
Provided userid.
Definition at line 125 of file http.h.
Referenced by auth_create(), and http_callback().