Class: SecondFactorManager::SecondFactorAuthenticationResult
- Inherits:
-
Struct
- Object
- Struct
- SecondFactorManager::SecondFactorAuthenticationResult
- Defined in:
- app/models/concerns/second_factor_manager.rb
Instance Attribute Summary collapse
-
#backup_enabled ⇒ Object
Returns the value of attribute backup_enabled.
-
#error ⇒ Object
Returns the value of attribute error.
-
#multiple_second_factor_methods ⇒ Object
Returns the value of attribute multiple_second_factor_methods.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#security_key_enabled ⇒ Object
Returns the value of attribute security_key_enabled.
-
#totp_enabled ⇒ Object
Returns the value of attribute totp_enabled.
-
#used_2fa_method ⇒ Object
Returns the value of attribute used_2fa_method.
Instance Attribute Details
#backup_enabled ⇒ Object
Returns the value of attribute backup_enabled
8 9 10 |
# File 'app/models/concerns/second_factor_manager.rb', line 8 def backup_enabled @backup_enabled end |
#error ⇒ Object
Returns the value of attribute error
8 9 10 |
# File 'app/models/concerns/second_factor_manager.rb', line 8 def error @error end |
#multiple_second_factor_methods ⇒ Object
Returns the value of attribute multiple_second_factor_methods
8 9 10 |
# File 'app/models/concerns/second_factor_manager.rb', line 8 def multiple_second_factor_methods @multiple_second_factor_methods end |
#ok ⇒ Object
Returns the value of attribute ok
8 9 10 |
# File 'app/models/concerns/second_factor_manager.rb', line 8 def ok @ok end |
#reason ⇒ Object
Returns the value of attribute reason
8 9 10 |
# File 'app/models/concerns/second_factor_manager.rb', line 8 def reason @reason end |
#security_key_enabled ⇒ Object
Returns the value of attribute security_key_enabled
8 9 10 |
# File 'app/models/concerns/second_factor_manager.rb', line 8 def security_key_enabled @security_key_enabled end |
#totp_enabled ⇒ Object
Returns the value of attribute totp_enabled
8 9 10 |
# File 'app/models/concerns/second_factor_manager.rb', line 8 def totp_enabled @totp_enabled end |
#used_2fa_method ⇒ Object
Returns the value of attribute used_2fa_method
8 9 10 |
# File 'app/models/concerns/second_factor_manager.rb', line 8 def used_2fa_method @used_2fa_method end |