| Class | OAuth2::Response |
| In: |
lib/oauth2/response.rb
|
| Parent: | Object |
OAuth2::Response class
| error | [RW] | |
| options | [RW] | |
| response | [R] |
Initializes a Response instance
@param [Faraday::Response] response The Faraday response instance @param [Hash] opts options in which to initialize the instance @option opts [Symbol] :parse (:automatic) how to parse the response body. one of :query (for x-www-form-urlencoded),
:json, or :automatic (determined by Content-Type response header)