#include <auth.hpp>
Public Types | |
| enum class | Kind : std::uint8_t { UNKNOWN = 0 , MISSING_TOKEN , INVALID_TOKEN , INVALID_SIGNATURE , INVALID_NONCE , INVALID_ADDRESS } |
Public Attributes | |
| enum dcn::auth::AuthError::Kind | kind = Kind::UNKNOWN |
| std::string | message = "" |
|
strong |
| enum dcn::auth::AuthError::Kind dcn::auth::AuthError::kind = Kind::UNKNOWN |
| std::string dcn::auth::AuthError::message = "" |