jwt_new

Allocate a new, empty, JWT object.

This is used to create a new object for a JWT. After you have finished with the object, use jwt_free() to clean up the memory used by it.

@param jwt Pointer to a JWT object pointer. Will be allocated on success. @return 0 on success, valid errno otherwise.

extern (C) nothrow @nogc
int
jwt_new

Meta