| Class | OmniAuth::Configuration |
| In: |
lib/omniauth.rb
|
| Parent: | Object |
| allowed_request_methods | [RW] | |
| before_callback_phase | [W] | |
| before_options_phase | [W] | |
| before_request_phase | [W] | |
| camelizations | [RW] | |
| failure_raise_out_environments | [RW] | |
| form_css | [RW] | |
| full_host | [RW] | |
| logger | [RW] | |
| mock_auth | [RW] | |
| on_failure | [W] | |
| path_prefix | [RW] | |
| test_mode | [RW] |
This is a convenience method to be used by strategy authors so that they can add special cases to the camelization utility method that allows OmniAuth::Builder to work.
@param name [String] The underscored name, e.g. `oauth` @param camelized [String] The properly camelized name, e.g. ‘OAuth‘