jwt_valid_free

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

extern (C) nothrow @nogc
void
jwt_valid_free

Meta