Method: ROTP::TOTP#now

Defined in:
lib/rotp/totp.rb

#nowInteger

Generate the current time OTP

Returns:

  • (Integer)

    the OTP as an integer

[View source] [View on GitHub]

23
24
25
# File 'lib/rotp/totp.rb', line 23

def now
  generate_otp(timecode(Time.now))
end