Free a JWT object and any other resources it is using.
After calling, the JWT object referenced will no longer be valid and its memory will be freed.
@param jwt Pointer to a JWT object previously created with jwt_new() or jwt_decode().
See Implementation
Free a JWT object and any other resources it is using.
After calling, the JWT object referenced will no longer be valid and its memory will be freed.
@param jwt Pointer to a JWT object previously created with jwt_new() or jwt_decode().