|
Asterisk - The Open Source Telephony Project
18.5.0
|
Successful authentication. More...
#include <security_events_defs.h>

Data Fields | |
| struct ast_security_event_common | common |
| Common security event descriptor elements. More... | |
| uint32_t | using_password |
| Using password - if a password was used or not. More... | |
Successful authentication.
Definition at line 382 of file security_events_defs.h.
| struct ast_security_event_common common |
Common security event descriptor elements.
Definition at line 392 of file security_events_defs.h.
Referenced by ast_sip_report_auth_success(), evt_gen_successful_auth(), report_auth_success(), and sip_report_auth_success().
| uint32_t using_password |
Using password - if a password was used or not.
Definition at line 397 of file security_events_defs.h.
Referenced by sip_report_auth_success().
1.8.13