userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
directives.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/server/handlers/auth/digest/directives.hpp
4
/// @brief Various digest authentication directives
5
6
#
include
<
userver
/
utils
/
string_literal
.
hpp
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
server::handlers::auth::digest::directives {
11
12
inline
constexpr
utils
::
StringLiteral
kUsername =
"username"
;
13
inline
constexpr
utils
::
StringLiteral
kRealm =
"realm"
;
14
inline
constexpr
utils
::
StringLiteral
kNonce =
"nonce"
;
15
inline
constexpr
utils
::
StringLiteral
kNextNonce =
"nextnonce"
;
16
inline
constexpr
utils
::
StringLiteral
kStale =
"stale"
;
17
inline
constexpr
utils
::
StringLiteral
kUri =
"uri"
;
18
inline
constexpr
utils
::
StringLiteral
kDomain =
"domain"
;
19
inline
constexpr
utils
::
StringLiteral
kResponse =
"response"
;
20
inline
constexpr
utils
::
StringLiteral
kAlgorithm =
"algorithm"
;
21
inline
constexpr
utils
::
StringLiteral
kCnonce =
"cnonce"
;
22
inline
constexpr
utils
::
StringLiteral
kOpaque =
"opaque"
;
23
inline
constexpr
utils
::
StringLiteral
kQop =
"qop"
;
24
inline
constexpr
utils
::
StringLiteral
kNonceCount =
"nc"
;
25
inline
constexpr
utils
::
StringLiteral
kAuthParam =
"auth-param"
;
26
27
}
// namespace server::handlers::auth::digest::directives
28
29
USERVER_NAMESPACE_END
userver
server
handlers
auth
digest
directives.hpp
Generated on Thu Apr 24 2025 12:16:57 for userver by
Doxygen
1.13.2