Module: SimpleOAuth
- Defined in:
- lib/simple_oauth.rb,
lib/simple_oauth/errors.rb,
lib/simple_oauth/header.rb,
lib/simple_oauth/parser.rb,
lib/simple_oauth/encoding.rb,
lib/simple_oauth/signature.rb,
lib/simple_oauth/header/class_methods.rb
Overview
OAuth 1.0 header generation and parsing library
SimpleOAuth provides a simple interface for building and verifying OAuth 1.0 Authorization headers per RFC 5849.
Defined Under Namespace
Modules: Encoding, Signature Classes: Header, InvalidOptionsError, ParseError, Parser