Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_security_event_inval_password Struct Reference

An attempt at basic password 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 * received_challenge
 Challenge received. More...
 
const char * received_hash
 Hash received. More...
 

Detailed Description

An attempt at basic password auth failed.

Definition at line 455 of file security_events_defs.h.

Field Documentation

const char* challenge

Challenge provided.

Note
required

Definition at line 470 of file security_events_defs.h.

Common security event descriptor elements.

Note
Account ID required

Definition at line 465 of file security_events_defs.h.

const char* received_challenge

Challenge received.

Note
required

Definition at line 475 of file security_events_defs.h.

const char* received_hash

Hash received.

Note
required

Definition at line 480 of file security_events_defs.h.


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