Class OmniAuth::Configuration
In: lib/omniauth.rb
Parent: Object

Methods

Included Modules

Singleton

Attributes

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] 

Public Class methods

Public Instance methods

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‘

[Validate]