Check a One Time Password based on a timer.
Key for the one time password. This should be unique and secret for every user as it is the seed used to calculate the HMAC
Encoded as base32
The current time, from Date.now();
Passcode to validate
Generated using TypeDoc
Check a One Time Password based on a timer.