class OAuth2::Response

def body

Returns:
  • (String) - The response body or empty string if nil
def body
  response.body || ""
end