This is used to create a new object for a JWT validation. After you have
finished with the object, use jwt_valid_free() to clean up the memory used by
it.
@param jwt_valid Pointer to a JWT validation object pointer. Will be allocated
on success.
@return 0 on success, valid errno otherwise.
Allocate a new, JWT validation object.
This is used to create a new object for a JWT validation. After you have finished with the object, use jwt_valid_free() to clean up the memory used by it.
@param jwt_valid Pointer to a JWT validation object pointer. Will be allocated on success. @return 0 on success, valid errno otherwise.