Typedef jwt::verify_result_t

Typedef Documentation

using jwt::verify_result_t = std::pair<bool, std::error_code>

The result type of verification function.