The word nonce indicates a number used only once, but in WordPress nonces can be used multiple times within 24 hours, although they are unique to the user, action, and ideally an object. Usually, that’s all that’s necessary, but to generate a nonce that really is used only once, Stephen Harris details a method to augment the API with a timestamp.