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