class ROTP::OTP::URI

def type

def type
  case @otp
  when TOTP then 'totp'
  when HOTP then 'hotp'
  end
end