Class: OmniAuth::Configuration
- Inherits:
-
Object
- Object
- OmniAuth::Configuration
- Defined in:
- lib/omniauth/strategies/vkontakte.rb
Instance Attribute Summary collapse
-
#vkontakte_app_id ⇒ Object
Returns the value of attribute vkontakte_app_id.
-
#vkontakte_app_secret ⇒ Object
Returns the value of attribute vkontakte_app_secret.
Instance Attribute Details
#vkontakte_app_id ⇒ Object
Returns the value of attribute vkontakte_app_id.
8 9 10 |
# File 'lib/omniauth/strategies/vkontakte.rb', line 8 def vkontakte_app_id @vkontakte_app_id end |
#vkontakte_app_secret ⇒ Object
Returns the value of attribute vkontakte_app_secret.
8 9 10 |
# File 'lib/omniauth/strategies/vkontakte.rb', line 8 def vkontakte_app_secret @vkontakte_app_secret end |