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

Authentication failure: wrong credentials, expired session, MFA failure, or a 401 on the refresh call itself. More...

#include <errors.hpp>

Inheritance diagram for axiam::AuthError:
axiam::AxiamError

Public Member Functions

 AuthError (const std::string &message)
 
- Public Member Functions inherited from axiam::AxiamError
 AxiamError (const std::string &message)
 

Detailed Description

Authentication failure: wrong credentials, expired session, MFA failure, or a 401 on the refresh call itself.

Maps HTTP 401.

Constructor & Destructor Documentation

◆ AuthError()

axiam::AuthError::AuthError ( const std::string &  message)
inlineexplicit

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