Scoped app: Is there an API for base64 encoding / decoding raw byte arrays (not the Base64 encode/decode of string via GlideSystem)
Wanted to know if we have any such APIs available for scoped apps? A sample use case is decoding encoded keys from a messaging provider- in this case, gs.base64Decode() is generating a different value compared to a server side JS invoker compared to ...

