I'm switching from the JWT library made by Lcobucci to the native one offered by Phalcon 4.1 I can't figure out how to define custom claims. I can set all the standard ones thanks to the public functions on the Builder class, but the setClaim function is a private one.
How can I define a custom claim?
see: https://github.com/phalcon/cphalcon/tree/master/phalcon/Security/JWT