|
AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
|
#include <optional>#include <stdexcept>#include <string>Go to the source code of this file.
Classes | |
| class | axiam::AxiamError |
| Base class for every error the SDK raises. Never carries raw token material. More... | |
| class | axiam::AuthError |
| Authentication failure: wrong credentials, expired session, MFA failure, or a 401 on the refresh call itself. More... | |
| class | axiam::AuthzError |
| Authorization failure: authenticated but not permitted. More... | |
| class | axiam::NetworkError |
| Transport-level failure: connection refused, timeout, TLS error, DNS failure, malformed request (400), rate-limit (408/429) or server error (5xx). More... | |
Namespaces | |
| namespace | axiam |