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