Module b64url
Encodes a string into a Base64 string.
Functions
| decode(input) | Decodes a Base64 string into an output string of arbitrary bytes. |
b64urlEncodes a string into a Base64 string.
| decode(input) | Decodes a Base64 string into an output string of arbitrary bytes. |