userver: ugrpc::server::groups::Auth Struct Reference
Loading...
Searching...
No Matches
ugrpc::server::groups::Auth Struct Referencefinal

#include <userver/ugrpc/server/middlewares/groups.hpp>

Detailed Description

The Group for authentication middlewares. Is located after Logging.

Definition at line 32 of file groups.hpp.

Static Public Attributes

static constexpr std::string_view kName = "auth"
 
static const auto dependency = MiddlewareDependencyBuilder().After<Logging>()
 

Member Data Documentation

◆ dependency

const auto ugrpc::server::groups::Auth::dependency = MiddlewareDependencyBuilder().After<Logging>()
inlinestatic

Definition at line 34 of file groups.hpp.

◆ kName

constexpr std::string_view ugrpc::server::groups::Auth::kName = "auth"
staticconstexpr

Definition at line 33 of file groups.hpp.


The documentation for this struct was generated from the following file: