Currently, the FromData(ctx context.Context, verify bool, data []byte) function accepts a []byte parameter, but the data is immediately converted to a string within the function body. However, in most ...
As I explained on gitter, you need to convert the byte[] to String, unless you set the property on the app itself (instead of setting it in a header) and use new String(headers([myHeader]) in the ...