Typedef jwt::sign_func_t

Typedef Documentation

using jwt::sign_func_t = sign_result_t (*)(const jwt::string_view key, const jwt::string_view data)

The function pointer type for the signing function.