|
AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
|
A verified delivery. More...
#include <webhook.hpp>
Public Attributes | |
| std::int64_t | timestamp = 0 |
The t= value covered by the MAC. | |
| std::string | event_type |
| X-Axiam-Event, when supplied to verify() via Options. | |
| std::string | delivery_id |
| X-Axiam-Delivery, when supplied to verify() via Options. | |
| std::string | body |
| The raw body that was verified. | |
A verified delivery.
| std::int64_t axiam::webhook::Event::timestamp = 0 |
The t= value covered by the MAC.
| std::string axiam::webhook::Event::delivery_id |
| std::string axiam::webhook::Event::body |
The raw body that was verified.