JWT class function
The JWT handler Lua class function and its methods are experimental. Contact support if you encounter unexpected behavior.
Function | Description | Sample |
---|---|---|
nevis.util.jwt.new() | Instantiates a new JWT handler object. | local jwtHandler = nevis.util.jwt.new() |