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

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
 

Detailed Description

mTLS device authentication result (POST /api/v1/auth/device).

The bearer access token is secret material and is wrapped per ยง7.

Member Data Documentation

◆ access_token

Sensitive<std::string> axiam::DeviceAuth::access_token

◆ token_type

std::string axiam::DeviceAuth::token_type

◆ expires_in

std::int64_t axiam::DeviceAuth::expires_in = 0

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