Typedef jwt::verify_func_t

Typedef Documentation

using jwt::verify_func_t = verify_result_t (*)(const jwt::string_view key, const jwt::string_view head, const jwt::string_view jwt_sign)

The function pointer type for the verifying function.