Definition at line 29 of file standalone_checker.hpp.
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 |
TimePoint server::handlers::auth::digest::NonceInfo::expiration_time |
Definition at line 34 of file standalone_checker.hpp.
std::string server::handlers::auth::digest::NonceInfo::nonce |
Definition at line 33 of file standalone_checker.hpp.
std::int64_t server::handlers::auth::digest::NonceInfo::nonce_count |
Definition at line 35 of file standalone_checker.hpp.