interactions:
- request:
    body: !!python/unicode client_id=xxx&scope=partner.referrals&client_secret=xxx&grant_type=client_credentials
    headers:
      Accept: ['*/*']
      Accept-Encoding: ['gzip, deflate']
      Connection: [keep-alive]
      Content-Length: ['151']
      Content-Type: [application/x-www-form-urlencoded]
      User-Agent: [python-requests/2.11.1]
    method: POST
    uri: https://login.uber.com/oauth/token
  response:
    body: {string: !!python/unicode '{"access_token":"xxx","token_type":"Bearer","last_authenticated":1476922316,"expires_in":2592000,"scope":"partner.referrals"}'}
    headers:
      cache-control: [no-store, max-age=0]
      connection: [keep-alive]
      content-length: ['864']
      content-type: [application/json]
      date: ['Thu, 20 Oct 2016 04:36:10 GMT']
      pragma: [no-cache]
      server: [nginx]
      set-cookie: [session=xxx;
          Domain=login.uber.com; Secure; HttpOnly; Path=/]
      strict-transport-security: [max-age=0]
      transfer-encoding: [chunked]
      x-content-type-options: [nosniff]
      x-frame-options: [SAMEORIGIN]
      x-uber-app: [login]
      x-xss-protection: [1; mode=block]
    status: {code: 200, message: OK}
version: 1
