Duplicate an existing JWT object.
Copies all grants and algorithm specific bits to a new JWT object.
@param jwt Pointer to a JWT object. @return A new object on success, NULL on error with errno set appropriately.
See Implementation
Duplicate an existing JWT object.
Copies all grants and algorithm specific bits to a new JWT object.
@param jwt Pointer to a JWT object. @return A new object on success, NULL on error with errno set appropriately.