Sha256: 82b382e1862a71d987fcf6fab9eea17b5b768eee8199c66ea7498f631ff11d55

Contents?: true

Size: 411 Bytes

Versions: 3

Compression:

Stored size: 411 Bytes

Contents

module OAuth2
  class ErrorWithResponse < StandardError; attr_accessor :response end
  class AccessDenied < ErrorWithResponse; end
  class Conflict < ErrorWithResponse; end
  class HTTPError < ErrorWithResponse; end
end

require 'oauth2/client'
require 'oauth2/strategy/base'
require 'oauth2/strategy/web_server'
require 'oauth2/strategy/password'
require 'oauth2/access_token'
require 'oauth2/response_object'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
panjiva-oauth2-0.4.1 lib/oauth2.rb
oauth2-0.4.1 lib/oauth2.rb
oauth2-0.4.0 lib/oauth2.rb