class ROTP::HOTP

def at(count)

Parameters:
  • count (Integer) -- counter
def at(count)
  generate_otp(count)
end