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.
See Implementation
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.