adds json fixture to test storage
[arvados.git] / spec / fixtures / files / auth_stored_credentials.json
1 {
2   "access_token":"my_access_token",
3   "authorization_uri":"https://accounts.google.com/o/oauth2/auth",
4   "client_id":"123456_test_client_id@.apps.googleusercontent.com",
5   "client_secret":"123456_client_secret",
6   "expires_in":3600,
7   "refresh_token":"my_refresh_token",
8   "token_credential_uri":"https://accounts.google.com/o/oauth2/token",
9   "issued_at":1384440275
10 }