Module: SimpleOAuth

Defined in:
lib/simple_oauth.rb,
lib/simple_oauth/errors.rb,
lib/simple_oauth/header.rb,
lib/simple_oauth/oauth2.rb,
lib/simple_oauth/parser.rb,
lib/simple_oauth/version.rb,
lib/simple_oauth/encoding.rb,
lib/simple_oauth/signature.rb,
lib/simple_oauth/oauth2/pkce.rb,
lib/simple_oauth/oauth2/error.rb,
lib/simple_oauth/oauth2/token.rb,
lib/simple_oauth/header/params.rb,
lib/simple_oauth/oauth2/client.rb,
lib/simple_oauth/oauth2/request.rb,
lib/simple_oauth/header/class_methods.rb,
lib/simple_oauth/oauth2/response_body.rb,
lib/simple_oauth/oauth2/authorization_response.rb,
sig/simple_oauth.rbs,
sig/simple_oauth.rbs,
sig/simple_oauth/oauth2.rbs,
sig/simple_oauth/parser.rbs,
sig/simple_oauth/signature.rbs,
sig/simple_oauth/header/params.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, OAuth2, Signature Classes: Error, Header, InvalidOptionsError, ParseError, Parser

Constant Summary collapse

VERSION =

The current version of the SimpleOAuth gem

Returns:

  • (String)
"1.0.0"