class OAuth2::ResponseString

is returned from all access token requests.
methods for accessing the HTTP status code and headers. It
and contains the original full response along with convenience
This special String class is returned from HTTP requests

def initialize(response)

def initialize(response)
  super(response.body.to_s)
  self.response = response
end