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::TokenPair Struct Reference

Result of a token refresh (§9). More...

#include <types.hpp>

Public Attributes

std::int64_t expires_in = 0
 

Detailed Description

Result of a token refresh (§9).

Access/refresh tokens themselves live in the httpOnly cookie jar; this carries the server-reported access-token lifetime.

Member Data Documentation

◆ expires_in

std::int64_t axiam::TokenPair::expires_in = 0

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