AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
Public Attributes | List of all members
axiam::webhook::Event Struct Reference

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.
 

Detailed Description

A verified delivery.

Member Data Documentation

◆ timestamp

std::int64_t axiam::webhook::Event::timestamp = 0

The t= value covered by the MAC.

◆ event_type

std::string axiam::webhook::Event::event_type

X-Axiam-Event, when supplied to verify() via Options.

◆ delivery_id

std::string axiam::webhook::Event::delivery_id

X-Axiam-Delivery, when supplied to verify() via Options.

Use it as the at-least-once dedup key.

◆ body

std::string axiam::webhook::Event::body

The raw body that was verified.


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