AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
sensitive.hpp File Reference
#include <ostream>
#include <string>
#include <utility>

Go to the source code of this file.

Classes

class  axiam::Sensitive< T >
 Wraps secret material (access tokens, mTLS private keys). More...
 

Namespaces

namespace  axiam
 
namespace  axiam::detail
 

Functions

template<typename T >
const T & axiam::detail::reveal (const Sensitive< T > &s) noexcept
 
template<typename T >
std::ostream & axiam::operator<< (std::ostream &os, const Sensitive< T > &s)