Module OAuth
In: lib/oauth/cli.rb
lib/oauth/request_proxy.rb
lib/oauth/signature.rb
lib/oauth/oauth_test_helper.rb
lib/oauth/server.rb
lib/oauth/tokens/request_token.rb
lib/oauth/tokens/consumer_token.rb
lib/oauth/tokens/access_token.rb
lib/oauth/tokens/token.rb
lib/oauth/tokens/server_token.rb
lib/oauth/request_proxy/jabber_request.rb
lib/oauth/request_proxy/mock_request.rb
lib/oauth/client.rb
lib/oauth/errors/problem.rb
lib/oauth/errors/unauthorized.rb
lib/oauth/errors/error.rb
lib/oauth/consumer.rb
lib/oauth/oauth.rb
lib/oauth/helper.rb
lib/oauth.rb

Classes and Modules

Module OAuth::Client
Module OAuth::Helper
Module OAuth::OAuthTestHelper
Module OAuth::RequestProxy
Module OAuth::Signature
Class OAuth::AccessToken
Class OAuth::CLI
Class OAuth::Consumer
Class OAuth::ConsumerToken
Class OAuth::Error
Class OAuth::Problem
Class OAuth::RequestToken
Class OAuth::Server
Class OAuth::ServerToken
Class OAuth::Token
Class OAuth::Unauthorized

Constants

OUT_OF_BAND = "oob"   request tokens are passed between the consumer and the provider out of band (i.e. callbacks cannot be used), per section 6.1.1
PARAMETERS = %w(oauth_callback oauth_consumer_key oauth_token oauth_signature_method oauth_timestamp oauth_nonce oauth_verifier oauth_version oauth_signature oauth_body_hash)   required parameters, per sections 6.1.1, 6.3.1, and 7
RESERVED_CHARACTERS = /[^a-zA-Z0-9\-\.\_\~]/   reserved character regexp, per section 5.1
VERSION = "0.4.6"

[Validate]