Skip to main content
Version: 8.2405.x.x RR

JWT class function

The JWT handler Lua class function and its methods are experimental. Contact support if you encounter unexpected behavior.

FunctionDescriptionSample
nevis.util.jwt.new()Instantiates a new JWT handler object.local jwtHandler = nevis.util.jwt.new()