Contains information about the user.
More...
#include <userver/server/handlers/auth/digest/auth_checker_base.hpp>
|
| UserData (HA1 ha1, std::string nonce, TimePoint timestamp, std::int64_t nonce_count) |
|
Contains information about the user.
- Examples
- samples/digest_auth_service/auth_digest.cpp.
Definition at line 51 of file auth_checker_base.hpp.
◆ HA1
◆ ha1
HA1 server::handlers::auth::digest::UserData::ha1 |
◆ nonce
std::string server::handlers::auth::digest::UserData::nonce |
◆ nonce_count
std::int64_t server::handlers::auth::digest::UserData::nonce_count {} |
◆ timestamp
TimePoint server::handlers::auth::digest::UserData::timestamp |
The documentation for this struct was generated from the following file: