# File lib/devise_two_factor/models/two_factor_authenticatable.rb, line 53 def otp_provisioning_uri(account, options = {}) otp_secret = options[:otp_secret] || self.otp_secret ROTP::TOTP.new(otp_secret, options).provisioning_uri(account) end