An attempt at challenge/response auth failed. More...
#include <security_events_defs.h>
Data Fields | |
const char * | challenge |
Challenge provided. More... | |
struct ast_security_event_common | common |
Common security event descriptor elements. More... | |
const char * | expected_response |
Response expected to be received. More... | |
const char * | response |
Response received. More... | |
An attempt at challenge/response auth failed.
Definition at line 422 of file security_events_defs.h.
const char* challenge |
struct ast_security_event_common common |
Common security event descriptor elements.
Definition at line 432 of file security_events_defs.h.
Referenced by report_failed_challenge_response().
const char* expected_response |
Response expected to be received.
Definition at line 447 of file security_events_defs.h.
Referenced by report_failed_challenge_response().
const char* response |
Response received.
Definition at line 442 of file security_events_defs.h.
Referenced by report_failed_challenge_response().