#include <userver/server/handlers/auth/digest/auth_checker_base.hpp>
Contains information about the user.
Definition at line 57 of file auth_checker_base.hpp.
Public Types | |
using | HA1 = utils::NonLoggable<class HA1Tag, std::string> |
Public Member Functions | |
UserData (HA1 ha1, std::string nonce, TimePoint timestamp, std::int64_t nonce_count) | |
Public Attributes | |
HA1 | ha1 |
std::string | nonce |
TimePoint | timestamp |
std::int64_t | nonce_count {} |
using server::handlers::auth::digest::UserData::HA1 = utils::NonLoggable<class HA1Tag, std::string> |
Definition at line 58 of file auth_checker_base.hpp.
HA1 server::handlers::auth::digest::UserData::ha1 |
Definition at line 63 of file auth_checker_base.hpp.
std::string server::handlers::auth::digest::UserData::nonce |
Definition at line 64 of file auth_checker_base.hpp.
std::int64_t server::handlers::auth::digest::UserData::nonce_count {} |
Definition at line 66 of file auth_checker_base.hpp.
TimePoint server::handlers::auth::digest::UserData::timestamp |
Definition at line 65 of file auth_checker_base.hpp.