jwt_free

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().

extern (C) nothrow @nogc
void
jwt_free

Meta