class OAuth2::AccessToken

def post(path, params={}, headers={})

def post(path, params={}, headers={})
  request(:post, path, params, headers)
end