userver: userver/server/handlers/auth/digest/directives.hpp File Reference
Loading...
Searching...
No Matches
directives.hpp File Reference

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

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

Definition at line 20 of file directives.hpp.

◆ kAuthParam

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

Definition at line 25 of file directives.hpp.

◆ kCnonce

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

Definition at line 21 of file directives.hpp.

◆ kDomain

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

Definition at line 18 of file directives.hpp.

◆ kNextNonce

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

Definition at line 15 of file directives.hpp.

◆ kNonce

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

Definition at line 14 of file directives.hpp.

◆ kNonceCount

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

Definition at line 24 of file directives.hpp.

◆ kOpaque

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

Definition at line 22 of file directives.hpp.

◆ kQop

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

Definition at line 23 of file directives.hpp.

◆ kRealm

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

Definition at line 13 of file directives.hpp.

◆ kResponse

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

Definition at line 19 of file directives.hpp.

◆ kStale

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

Definition at line 16 of file directives.hpp.

◆ kUri

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

Definition at line 17 of file directives.hpp.

◆ kUsername

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

Definition at line 12 of file directives.hpp.