userver: server::handlers::auth::digest::NonceInfo Struct Reference
Loading...
Searching...
No Matches
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: