class ROTP::OTP::URI

def counter

def counter
  return if @otp.is_a?(TOTP)
  fail if @counter.nil?
  @counter
end