userver: server::handlers::auth::digest::NonceInfo Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
server::handlers::auth::digest::NonceInfo Struct Referencefinal

Detailed Description

Definition at line 29 of file standalone_checker.hpp.

+ Collaboration diagram for server::handlers::auth::digest::NonceInfo:

Public Member Functions

 NonceInfo (const std::string &nonce, TimePoint expiration_time, std::int64_t nonce_count)
 

Public Attributes

std::string nonce
 
TimePoint expiration_time
 
std::int64_t nonce_count
 

Member Data Documentation

◆ expiration_time

TimePoint server::handlers::auth::digest::NonceInfo::expiration_time

Definition at line 34 of file standalone_checker.hpp.

◆ nonce

std::string server::handlers::auth::digest::NonceInfo::nonce

Definition at line 33 of file standalone_checker.hpp.

◆ nonce_count

std::int64_t server::handlers::auth::digest::NonceInfo::nonce_count

Definition at line 35 of file standalone_checker.hpp.


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