AXIAM C++ SDK
1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
include
axiam
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
7
#include "
axiam/authenticator.hpp
"
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
18
namespace
axiam
{
19
21
inline
constexpr
const
char
*
kVersion
=
"1.0.0"
;
22
23
}
// namespace axiam
authenticator.hpp
client.hpp
errors.hpp
guard.hpp
http_curl.hpp
jwks.hpp
axiam
Definition
authenticator.hpp:40
axiam::kVersion
constexpr const char * kVersion
SDK semantic version string (matches CMake project version).
Definition
axiam.hpp:21
sensitive.hpp
transport.hpp
types.hpp
webhook.hpp
Generated by
1.9.8