Decodes Base64 text and returns it as a UTF-8 string.
Base64 encoded text.
Result.ok(decoded string), or Result.error(Base64Error.INVALID_ARGUMENT/PARSE) on invalid input.