Module: Brightbox::Config::TwoFactorAuth
- Included in:
- BBConfig
- Defined in:
- lib/brightbox-cli/config/two_factor_auth.rb
Constant Summary collapse
- ENTER_TWO_FACTOR_PROMPT =
"Enter your two factor pin : ".freeze
Instance Attribute Summary collapse
-
#current_second_factor ⇒ Object
Returns the value of attribute current_second_factor.
Instance Method Summary collapse
Instance Attribute Details
#current_second_factor ⇒ Object
Returns the value of attribute current_second_factor.
6 7 8 |
# File 'lib/brightbox-cli/config/two_factor_auth.rb', line 6 def current_second_factor @current_second_factor end |