Method: Authkeeper::Configuration#omniauth
- Defined in:
- lib/authkeeper/configuration.rb
#omniauth(provider, **args) ⇒ Object
33 34 35 |
# File 'lib/authkeeper/configuration.rb', line 33 def omniauth(provider, **args) @omniauth_configs[provider] = args end |