JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
Loading...
Searching...
No Matches
jwt::default_clock Struct Reference

#include <jwt.h>

Public Member Functions

date now () const
 

Detailed Description

Default clock class using std::chrono::system_clock as a backend.

Member Function Documentation

◆ now()

date jwt::default_clock::now ( ) const
inline

Gets the current system time

Returns
time_point of the host system

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