|
AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
|
mTLS device authentication result (POST /api/v1/auth/device). More...
#include <types.hpp>
Public Attributes | |
| Sensitive< std::string > | access_token |
| std::string | token_type |
| std::int64_t | expires_in = 0 |
mTLS device authentication result (POST /api/v1/auth/device).
The bearer access token is secret material and is wrapped per ยง7.
| Sensitive<std::string> axiam::DeviceAuth::access_token |
| std::string axiam::DeviceAuth::token_type |
| std::int64_t axiam::DeviceAuth::expires_in = 0 |