module OAuth2

The namespace of this library

Constants

ConnectionError
DEFAULT_CONFIG
TimeoutError

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/oauth2.rb, line 32
def configure
  yield @config
end

Private Instance Methods

configure() { |config| ... } click to toggle source
# File lib/oauth2.rb, line 32
def configure
  yield @config
end