Template Function jwt::decode(const jwt::string_view, const params::detail::algorithms_param<SequenceT>&, Args&&…)
Defined in File jwt.ipp
Function Documentation
-
template<typename SequenceT, typename ...Args>
jwt_object jwt::decode(const jwt::string_view enc_str, const params::detail::algorithms_param<SequenceT> &algos, Args&&... args) Decode the JWT signature to create the
jwt_object
. This version reports error back by throwing exceptions.