19675: Merge branch '19675-instance-types-panel' from arvados-workbench2.git
[arvados.git] / sdk / ruby-google-api-client / spec / fixtures / files / auth_stored_credentials.json
1 {   "access_token":"access_token_123456789",
2     "authorization_uri":"https://accounts.google.com/o/oauth2/auth",
3     "client_id":"123456789p.apps.googleusercontent.com",
4     "client_secret":"very_secret",
5     "expires_in":3600,
6     "refresh_token":"refresh_token_12345679",
7     "token_credential_uri":"https://accounts.google.com/o/oauth2/token",
8     "issued_at":1386053761}