Function jwt::base64_uri_decode

Function Documentation

inline std::string jwt::base64_uri_decode(const char *data, size_t len)

Decodes an input URL safe base64 encoded byte string.

NOTE: To be used only for decoding URL safe base64 encoded byte string.

Arguments: @data : URL safe base64 encoded byte string. @len : Length of the input byte string.