Sat Apr 26 2014 22:03:24

Asterisk developer's documentation


ast_security_event_successful_auth Struct Reference

Successful authentication. More...

#include <security_events_defs.h>

Collaboration diagram for ast_security_event_successful_auth:

Data Fields

struct ast_security_event_common common
 Common security event descriptor elements.
uint32_t * using_password
 Using password - if a password was used or not.

Detailed Description

Successful authentication.

Definition at line 395 of file security_events_defs.h.


Field Documentation

Common security event descriptor elements.

Note:
Account ID required

Definition at line 405 of file security_events_defs.h.

Referenced by report_auth_success(), and sip_report_auth_success().

uint32_t* using_password

Using password - if a password was used or not.

Note:
required, 0 = no, 1 = yes

Definition at line 410 of file security_events_defs.h.

Referenced by sip_report_auth_success().


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