- base64url(+Plain, -Encoded) is det
- base64url(-Plain, +Encoded) is det
- Translates between plaintext and base64url encoded atom or
string. Base64URL encoded values can safely be used as URLs and
file names. The use "-" instead of "+", "_" instead of "/" and
do not use padding. This implies that the encoded value cannot
be embedded inside a longer string.