jwt_dup

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.

extern (C) nothrow @nogc
jwt_dup

Meta