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