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