📄️ Initialize Generator
Documentation for creating an instance of the HMAC-Based One-Time Password Generator.
📄️ Code Generation
After you created the hotpGenerator instance you can generate a one-time password by calling the generatore code method with the secret and the counter as arguments.
📄️ Code Validation
This methods can be used to validate a token that was send from a client.