Sha256: dc092f7500038db050530f0ff901d6b77753010eccb9486c350e1beadd8edecf
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
--- http_interactions: - request: method: post uri: https://www.strava.com/oauth/token body: encoding: UTF-8 string: client_id=24523&client_secret=client-secret&grant_type=refresh_token&refresh_token=refresh-token headers: Accept: - application/json; charset=utf-8 User-Agent: - Strava Ruby Client/0.1.0 Content-Type: - application/x-www-form-urlencoded Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 response: status: code: 200 message: OK headers: Date: - Thu, 22 Nov 2018 22:31:57 GMT Content-Type: - application/json; charset=UTF-8 Transfer-Encoding: - chunked Connection: - keep-alive Cache-Control: - max-age=0, private, must-revalidate Via: - 1.1 linkerd Status: - 200 OK X-Request-Id: - df1c7766-41ac-44e5-b2a1-fc96486b2c7c Etag: - W/"0f3eb115bd7d2ef9718c83ece058e3f9" X-Frame-Options: - SAMEORIGIN,DENY X-Content-Type-Options: - nosniff X-Xss-Protection: - 1; mode=block body: encoding: ASCII-8BIT string: '{"token_type":"Bearer","access_token":"new-access-token","expires_at":1542940199,"expires_in":14282,"refresh_token":"new-refresh-token"}' http_version: recorded_at: Thu, 22 Nov 2018 22:31:57 GMT recorded_with: VCR 4.0.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
strava-ruby-client-0.1.0 | spec/fixtures/strava/oauth_token_refresh_token.yml |