Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_http_auth Struct Reference

HTTP authentication information. More...

#include <http.h>

Data Fields

char * password
 
char * userid
 

Detailed Description

HTTP authentication information.

Definition at line 123 of file http.h.

Field Documentation

◆ password

char* password

For Basic auth, the provided password.

Definition at line 127 of file http.h.

Referenced by auth_create(), and http_callback().

◆ userid

char* userid

Provided userid.

Definition at line 125 of file http.h.

Referenced by auth_create(), and http_callback().


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