module OAuth2
module OAuth2::ResponseObject
module OAuth2::Strategy
class OAuth2::AccessDenied
class OAuth2::AccessToken
class OAuth2::Client
class OAuth2::Conflict
class OAuth2::ErrorWithResponse
class OAuth2::HTTPError
class OAuth2::ResponseArray
class OAuth2::ResponseHash
class OAuth2::ResponseString
class OAuth2::Strategy::Base
class OAuth2::Strategy::Password
class OAuth2::Strategy::WebServer
oauth2
0.4.0
# put
def put(path, params={}, headers={}) request(:put, path, params, headers) end