Class: Mashape::OAuth10aAuthentication

Inherits:
OAuthAuthentication show all
Defined in:
lib/authentication/oauth10a_authentication.rb

Instance Method Summary collapse

Methods inherited from Authentication

#handleHeader, #handleParams

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