Class: Ravelin::AuthenticationMechanism

Inherits:
RavelinObject show all
Defined in:
lib/ravelin/authentication_mechanism.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from RavelinObject

attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate

Constructor Details

This class inherits a constructor from Ravelin::RavelinObject

Instance Attribute Details

Returns the value of attribute magic_link.



3
4
5
# File 'lib/ravelin/authentication_mechanism.rb', line 3

def magic_link
  @magic_link
end

#one_time_codeObject

Returns the value of attribute one_time_code.



3
4
5
# File 'lib/ravelin/authentication_mechanism.rb', line 3

def one_time_code
  @one_time_code
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/ravelin/authentication_mechanism.rb', line 3

def password
  @password
end

#recaptchaObject

Returns the value of attribute recaptcha.



3
4
5
# File 'lib/ravelin/authentication_mechanism.rb', line 3

def recaptcha
  @recaptcha
end

#rsa_keyObject

Returns the value of attribute rsa_key.



3
4
5
# File 'lib/ravelin/authentication_mechanism.rb', line 3

def rsa_key
  @rsa_key
end

#sms_codeObject

Returns the value of attribute sms_code.



3
4
5
# File 'lib/ravelin/authentication_mechanism.rb', line 3

def sms_code
  @sms_code
end

#socialObject

Returns the value of attribute social.



3
4
5
# File 'lib/ravelin/authentication_mechanism.rb', line 3

def social
  @social
end

#u2fObject

Returns the value of attribute u2f.



3
4
5
# File 'lib/ravelin/authentication_mechanism.rb', line 3

def u2f
  @u2f
end