Definition at line 16 of file auth_checker_base.hpp.
Public Types | |
| enum class | Status {  kTokenNotFound , kInternalCheckFailure , kInvalidToken , kForbidden , kOk }  | 
Public Attributes | |
| Status | status {Status::kOk} | 
| std::optional< std::string > | reason {} | 
| std::optional< std::string > | ext_reason {} | 
| std::optional< HandlerErrorCode > | code {} | 
      
  | 
  strong | 
Definition at line 17 of file auth_checker_base.hpp.
| std::optional<HandlerErrorCode> server::handlers::auth::AuthCheckResult::code {} | 
Definition at line 28 of file auth_checker_base.hpp.
| std::optional<std::string> server::handlers::auth::AuthCheckResult::ext_reason {} | 
Definition at line 27 of file auth_checker_base.hpp.
| std::optional<std::string> server::handlers::auth::AuthCheckResult::reason {} | 
Definition at line 26 of file auth_checker_base.hpp.
| Status server::handlers::auth::AuthCheckResult::status {Status::kOk} | 
Definition at line 25 of file auth_checker_base.hpp.