Class: Mashape::OAuth2Authentication
- Inherits:
-
OAuthAuthentication
- Object
- Authentication
- OAuthAuthentication
- Mashape::OAuth2Authentication
- Defined in:
- lib/authentication/oauth2_authentication.rb
Instance Method Summary collapse
-
#initialize(consumer_key, consumer_secret, callback_url) ⇒ OAuth2Authentication
constructor
A new instance of OAuth2Authentication.
Methods inherited from Authentication
Constructor Details
#initialize(consumer_key, consumer_secret, callback_url) ⇒ OAuth2Authentication
Returns a new instance of OAuth2Authentication.
5 6 7 |
# File 'lib/authentication/oauth2_authentication.rb', line 5 def initialize(consumer_key, consumer_secret, callback_url) super(consumer_key, consumer_secret, callback_url) end |