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