# File lib/oauth/tokens/access_token.rb, line 55
    def put(path, body = '', headers = {})
      request(:put, path, body, headers)
    end