test/fixtures/token_find.yml in access-2.0.1 vs test/fixtures/token_find.yml in access-2.0.2
- old
+ new
@@ -240,6 +240,96 @@
"token_status": "valid"
}
}
http_version:
recorded_at: Wed, 12 Aug 2015 17:46:36 GMT
+- request:
+ method: get
+ uri: https://token-demo.adcrws.com/v1/tokens/aa6f03c7f3a497fea502bf97fe72817b8e20d7dd30919c237e14ed4fdf38cb4d
+ body:
+ encoding: US-ASCII
+ string: ''
+ headers:
+ Access-Token:
+ - token_without_limit
+ Content-Type:
+ - application/json
+ Accept:
+ - application/json
+ response:
+ status:
+ code: 200
+ message: OK
+ headers:
+ Access-Control-Allow-Headers:
+ - Origin, X-Requested-With, Content-Type, Accept, Authorization, Access-Token
+ Access-Control-Allow-Methods:
+ - POST, GET, PUT, DELETE, OPTIONS
+ Access-Control-Max-Age:
+ - '1728000'
+ Access-Control-Request-Method:
+ - GET
+ Cache-Control:
+ - max-age=0, private, must-revalidate
+ Content-Type:
+ - application/json
+ Date:
+ - Thu, 27 Aug 2015 20:17:43 GMT
+ Etag:
+ - '"0b331a895a257d29aff66f2fd7971963"'
+ Server:
+ - nginx/1.6.2
+ Strict-Transport-Security:
+ - max-age=31536000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - SAMEORIGIN
+ X-Request-Id:
+ - 0d9d878b-dc0c-4db5-93c8-a37fa60fc7d7
+ X-Runtime:
+ - '0.013664'
+ X-Xss-Protection:
+ - 1; mode=block
+ Content-Length:
+ - '1015'
+ Connection:
+ - keep-alive
+ body:
+ encoding: UTF-8
+ string: |-
+ {
+ "oauth_token": {
+ "application_id": 831,
+ "token": "aa6f03c7f3a497fea502bf97fe72817b8e20d7dd30919c237e14ed4fdf38cb4d",
+ "expires_in": null,
+ "revoked_at": null,
+ "created_at": "2015-08-25T14:06:53.316-06:00",
+ "oauth_access_token_id": 954,
+ "application_name": "RWS API - No Filters No Limit (pcid:200156)",
+ "application_owner_id": 235589813,
+ "application_owner_type": "Program",
+ "program_id": 235589813,
+ "program_name": "RWS API - No Filters No Limit",
+ "program_customer_identifier": "200156",
+ "program_start_dts": "2015-08-25T13:21:27.622-06:00",
+ "program_end_dts": "2018-08-25T13:21:27.622-06:00",
+ "organization_id": 160,
+ "organization_name": "Access Development",
+ "organization_customer_identifier": "160",
+ "filter_id": null,
+ "filter_name": null,
+ "filter": null,
+ "program_filter_id": null,
+ "domains": [
+
+ ],
+ "application_scopes": [
+
+ ],
+ "indexed_at": "2015-08-25T20:09:31.012Z",
+ "token_status": "valid"
+ }
+ }
+ http_version:
+ recorded_at: Thu, 27 Aug 2015 20:17:44 GMT
recorded_with: VCR 2.9.3