Skip to content

Commit

Permalink
Add :consumer_secret and :token_secret to ATTRIBUTE_KEYS
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 23, 2014
1 parent be8a895 commit d8e08c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simple_oauth/header.rb
Expand Up @@ -5,7 +5,7 @@

module SimpleOAuth
class Header
ATTRIBUTE_KEYS = [:callback, :consumer_key, :nonce, :signature_method, :timestamp, :token, :verifier, :version] unless defined? ::SimpleOAuth::Header::ATTRIBUTE_KEYS
ATTRIBUTE_KEYS = [:callback, :consumer_key, :consumer_secret, :nonce, :signature_method, :timestamp, :token, :token_secret, :verifier, :version]
attr_reader :method, :params, :options

class << self
Expand Down

0 comments on commit d8e08c5

Please sign in to comment.