# File lib/devise_two_factor/models/two_factor_authenticatable.rb, line 40 def otp(otp_secret = self.otp_secret) ROTP::TOTP.new(otp_secret) end