class Fog::Identity::Proxmox::Oath

class Oath two factors authentication

Public Class Methods

new(attributes) click to toggle source
Calls superclass method Fog::Proxmox::Model.new
# File lib/fog/identity/proxmox/models/oath.rb, line 38
def initialize(attributes)
  self.type = 'oath'
  super
end

Public Instance Methods

to_s() click to toggle source
# File lib/fog/identity/proxmox/models/oath.rb, line 43
def to_s
  "type=#{type},step=#{step},digits=#{digits}"
end