It is necessary to add the ability to customize the generation of the one-time token value. Now it is: ``` String token = UUID.randomUUID().toString(); ```