| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <stir_shaken.h>
| Data Fields | |
| char * | attestation | 
| char * | identity | 
| enum ast_stir_shaken_vs_response_code | verify_result | 
Definition at line 33 of file stir_shaken.h.
| char* attestation | 
The attestation value
Definition at line 37 of file stir_shaken.h.
Referenced by ast_stir_shaken_add_result_to_channel(), func_read_verification(), and verification_ds_free().
| char* identity | 
The identitifier for the STIR/SHAKEN verification
Definition at line 35 of file stir_shaken.h.
Referenced by ast_stir_shaken_add_result_to_channel(), func_read_verification(), and verification_ds_free().
| enum ast_stir_shaken_vs_response_code verify_result | 
The actual verification result
Definition at line 39 of file stir_shaken.h.
Referenced by ast_stir_shaken_add_result_to_channel(), and func_read_verification().