Function zeep::decode_base64url
Defined in File crypto.hpp
Function Documentation
-
std::string zeep::decode_base64url(std::string data)
decode data from base64url format (see https://tools.ietf.org/html/rfc4648#section-5)
- Parameters
data – The string containing data to decode