interactions:
- request:
    body: client_id=clientID-28dh1&scope=profile+history&client_secret=clientSecret-hv783s&grant_type=client_credentials
    headers:
      Accept: ['*/*']
      Connection: [keep-alive]
      Content-Length: ['142']
      Content-Type: [application/x-www-form-urlencoded]
      User-Agent: [python-requests/2.7.0 CPython/2.7.6 Darwin/14.3.0]
    method: POST
    uri: https://login.uber.com/oauth/token
  response:
    body: {string: !!python/unicode 
    '{"access_token":"accessToken-34tns2","token_type":"Bearer","last_authenticated":1441852171,"expires_in":2592000,"scope":"profile history"}'}
    headers:
      cache-control: [no-store, max-age=0]
      connection: [keep-alive]
      content-type: [application/json]
      date: ['Thu, 10 Sep 2015 03:11:30 GMT']
      pragma: [no-cache]
      server: [nginx]
      set-cookie: [session=496a812a051248bf_55f0f4e2.J0eaUMW7MgThh0RSQZ9ZUi7GFSE;
          Domain=login.uber.com; Secure; HttpOnly; Path=/]
      strict-transport-security: [max-age=0]
      x-frame-options: [SAMEORIGIN]
      x-uber-app: [login]
      x-xss-protection: [1; mode=block]
    status: {code: 200, message: OK}
version: 1
