* Encodes the payload as URL safe Base64 encoded * string. */
| 732 | * string. |
| 733 | */ |
| 734 | std::string encode(bool pprint = false) |
| 735 | { |
| 736 | return base64_encode(pprint); |
| 737 | } |
| 738 | |
| 739 | /** |
| 740 | * Decodes an encoded string and overwrites the payload |
nothing calls this directly
no test coverage detected