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,
sig/simple_oauth.rbs,
sig/simple_oauth/parser.rbs,
sig/simple_oauth/signature.rbs,
sig/simple_oauth/header/class_methods.rbs

Overview

Signature computation methods for OAuth 1.0

This module provides a registry of signature methods that can be extended with custom implementations.

Defined Under Namespace

Modules: Encoding, Signature Classes: Header, InvalidOptionsError, ParseError, Parser