userver: userver/server/handlers/auth/digest/directives.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
directives.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Various digest authentication directives.

Definition in file directives.hpp.

Go to the source code of this file.

Namespaces

namespace  server::handlers
 Most common userver HTTP handlers.
 

Variables

constexpr utils::StringLiteral server::handlers::auth::digest::directives::kUsername = "username"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kRealm = "realm"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kNonce = "nonce"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kNextNonce = "nextnonce"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kStale = "stale"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kUri = "uri"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kDomain = "domain"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kResponse = "response"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kAlgorithm = "algorithm"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kCnonce = "cnonce"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kOpaque = "opaque"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kQop = "qop"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kNonceCount = "nc"
 
constexpr utils::StringLiteral server::handlers::auth::digest::directives::kAuthParam = "auth-param"
 

Variable Documentation

◆ kAlgorithm

utils::StringLiteral server::handlers::auth::digest::directives::kAlgorithm = "algorithm"
inlineconstexpr

Definition at line 20 of file directives.hpp.

◆ kAuthParam

utils::StringLiteral server::handlers::auth::digest::directives::kAuthParam = "auth-param"
inlineconstexpr

Definition at line 25 of file directives.hpp.

◆ kCnonce

utils::StringLiteral server::handlers::auth::digest::directives::kCnonce = "cnonce"
inlineconstexpr

Definition at line 21 of file directives.hpp.

◆ kDomain

utils::StringLiteral server::handlers::auth::digest::directives::kDomain = "domain"
inlineconstexpr

Definition at line 18 of file directives.hpp.

◆ kNextNonce

utils::StringLiteral server::handlers::auth::digest::directives::kNextNonce = "nextnonce"
inlineconstexpr

Definition at line 15 of file directives.hpp.

◆ kNonce

utils::StringLiteral server::handlers::auth::digest::directives::kNonce = "nonce"
inlineconstexpr

Definition at line 14 of file directives.hpp.

◆ kNonceCount

utils::StringLiteral server::handlers::auth::digest::directives::kNonceCount = "nc"
inlineconstexpr

Definition at line 24 of file directives.hpp.

◆ kOpaque

utils::StringLiteral server::handlers::auth::digest::directives::kOpaque = "opaque"
inlineconstexpr

Definition at line 22 of file directives.hpp.

◆ kQop

utils::StringLiteral server::handlers::auth::digest::directives::kQop = "qop"
inlineconstexpr

Definition at line 23 of file directives.hpp.

◆ kRealm

utils::StringLiteral server::handlers::auth::digest::directives::kRealm = "realm"
inlineconstexpr

Definition at line 13 of file directives.hpp.

◆ kResponse

utils::StringLiteral server::handlers::auth::digest::directives::kResponse = "response"
inlineconstexpr

Definition at line 19 of file directives.hpp.

◆ kStale

utils::StringLiteral server::handlers::auth::digest::directives::kStale = "stale"
inlineconstexpr

Definition at line 16 of file directives.hpp.

◆ kUri

utils::StringLiteral server::handlers::auth::digest::directives::kUri = "uri"
inlineconstexpr

Definition at line 17 of file directives.hpp.

◆ kUsername

utils::StringLiteral server::handlers::auth::digest::directives::kUsername = "username"
inlineconstexpr

Definition at line 12 of file directives.hpp.