AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
axiam.hpp
Go to the documentation of this file.
1// AXIAM C++ SDK — umbrella header. Include this to pull in the full public API.
2//
3// Conforms to CONTRACT.md §1–§7, §9–§11 and §13 (including §6.1 mTLS).
4// See README.md.
5#pragma once
6
8#include "axiam/client.hpp"
9#include "axiam/errors.hpp"
10#include "axiam/guard.hpp"
11#include "axiam/http_curl.hpp"
12#include "axiam/jwks.hpp"
13#include "axiam/sensitive.hpp"
14#include "axiam/transport.hpp"
15#include "axiam/types.hpp"
16#include "axiam/webhook.hpp"
17
18namespace axiam {
19
21inline constexpr const char* kVersion = "1.0.0";
22
23} // namespace axiam
Definition authenticator.hpp:40
constexpr const char * kVersion
SDK semantic version string (matches CMake project version).
Definition axiam.hpp:21