jwt_free_str

Free a string returned from the library.

@param str Pointer to a string previously created with jwt_encode_str().

extern (C) nothrow @nogc
void
jwt_free_str
(
char* str
)

Meta