Module | ROAuth |
In: |
lib/roauth.rb
|
SIGNATURE_METHODS | = | {"HMAC-SHA1" => OpenSSL::Digest::Digest.new("sha1")} | Supported signature methods; | |
OAUTH_PARAMS | = | [:consumer_key, :token, :signature_method, :version, :nonce, :timestamp, :body_hash, :callback] |
Return an OAuth "Authorization" HTTP header from request data