llarp::service::AuthResult
auth result object with code and reason
#include <auth.hpp>
Public Attributes
| Name | |
|---|---|
| AuthResultCode | code |
| std::string | reason |
Public Attributes Documentation
variable code
AuthResultCode code;
variable reason
std::string reason;
Updated on 2026-07-06 at 22:41:37 +0000