Function jwt::base64_decode
Defined in File base64.hpp
Function Documentation
-
inline std::string jwt::base64_decode(const char *in, size_t len)
Decodes octet of base64 encoded byte string.
Returns a std::string with the decoded byte string.
Arguments: @in : Encoded base64 byte string. @len : Length of the encoded input byte string.