Applies Base64 URL-safe decoding on a string input, resulting in a sequence of octets.
Examples
Simple base64 encoded value
Validates the base64 string and transforms it into the BLOB.
Non-base64 encoded value
Fails to validate, as it is not a base64 encoded value