6#include <userver/utils/string_literal.hpp>
10namespace server::handlers::auth::digest::directives {
12inline constexpr utils::StringLiteral kUsername =
"username";
13inline constexpr utils::StringLiteral kRealm =
"realm";
14inline constexpr utils::StringLiteral kNonce =
"nonce";
15inline constexpr utils::StringLiteral kNextNonce =
"nextnonce";
16inline constexpr utils::StringLiteral kStale =
"stale";
17inline constexpr utils::StringLiteral kUri =
"uri";
18inline constexpr utils::StringLiteral kDomain =
"domain";
19inline constexpr utils::StringLiteral kResponse =
"response";
20inline constexpr utils::StringLiteral kAlgorithm =
"algorithm";
21inline constexpr utils::StringLiteral kCnonce =
"cnonce";
22inline constexpr utils::StringLiteral kOpaque =
"opaque";
23inline constexpr utils::StringLiteral kQop =
"qop";
24inline constexpr utils::StringLiteral kNonceCount =
"nc";
25inline constexpr utils::StringLiteral kAuthParam =
"auth-param";