?
64-url-encode
Summary​
Encodes a binary into a base 64 encoded string with URL and filename safe alphabet
Description​
Fields​
data​
Encodes a binary into a base 64 encoded string with URL and filename safe alphabet
padding​
Determines whether the result should be padded to a multiple of 8.
Helpful?