Method: Aker::Configuration#ui_mode
- Defined in:
- lib/aker/configuration.rb
#ui_mode ⇒ Symbol
Returns the name of the configured interactive authentication mode. Default is :form.
86 87 88 |
# File 'lib/aker/configuration.rb', line 86 def ui_mode @ui_mode ||= :form end |