# File lib/oauth2/access_token.rb, line 111 def post(path, opts={}, &block) request(:post, path, opts, &block) end