forked from Mirrors/oauth2
89 lines
3.6 KiB
Plaintext
89 lines
3.6 KiB
Plaintext
|
{
|
||
|
"data": [
|
||
|
{
|
||
|
"credential": {
|
||
|
"_class": "OAuth2Credentials",
|
||
|
"_module": "oauth2client.client",
|
||
|
"access_token": "foo_access_token",
|
||
|
"client_id": "foo_client_id",
|
||
|
"client_secret": "foo_client_secret",
|
||
|
"id_token": {
|
||
|
"at_hash": "foo_at_hash",
|
||
|
"aud": "foo_aud",
|
||
|
"azp": "foo_azp",
|
||
|
"cid": "foo_cid",
|
||
|
"email": "foo@example.com",
|
||
|
"email_verified": true,
|
||
|
"exp": 1420573614,
|
||
|
"iat": 1420569714,
|
||
|
"id": "1337",
|
||
|
"iss": "accounts.google.com",
|
||
|
"sub": "1337",
|
||
|
"token_hash": "foo_token_hash",
|
||
|
"verified_email": true
|
||
|
},
|
||
|
"invalid": false,
|
||
|
"refresh_token": "foo_refresh_token",
|
||
|
"revoke_uri": "https://accounts.google.com/o/oauth2/revoke",
|
||
|
"token_expiry": "2015-01-09T00:51:51Z",
|
||
|
"token_response": {
|
||
|
"access_token": "foo_access_token",
|
||
|
"expires_in": 3600,
|
||
|
"id_token": "foo_id_token",
|
||
|
"token_type": "Bearer"
|
||
|
},
|
||
|
"token_uri": "https://accounts.google.com/o/oauth2/token",
|
||
|
"user_agent": "Cloud SDK Command Line Tool"
|
||
|
},
|
||
|
"key": {
|
||
|
"account": "foo@example.com",
|
||
|
"clientId": "foo_client_id",
|
||
|
"scope": "https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/devstorage.full_control https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/ndev.cloudman https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/sqlservice.admin https://www.googleapis.com/auth/prediction https://www.googleapis.com/auth/projecthosting",
|
||
|
"type": "google-cloud-sdk"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"credential": {
|
||
|
"_class": "OAuth2Credentials",
|
||
|
"_module": "oauth2client.client",
|
||
|
"access_token": "bar_access_token",
|
||
|
"client_id": "bar_client_id",
|
||
|
"client_secret": "bar_client_secret",
|
||
|
"id_token": {
|
||
|
"at_hash": "bar_at_hash",
|
||
|
"aud": "bar_aud",
|
||
|
"azp": "bar_azp",
|
||
|
"cid": "bar_cid",
|
||
|
"email": "bar@example.com",
|
||
|
"email_verified": true,
|
||
|
"exp": 1420573614,
|
||
|
"iat": 1420569714,
|
||
|
"id": "1337",
|
||
|
"iss": "accounts.google.com",
|
||
|
"sub": "1337",
|
||
|
"token_hash": "bar_token_hash",
|
||
|
"verified_email": true
|
||
|
},
|
||
|
"invalid": false,
|
||
|
"refresh_token": "bar_refresh_token",
|
||
|
"revoke_uri": "https://accounts.google.com/o/oauth2/revoke",
|
||
|
"token_expiry": "2015-01-09T00:51:51Z",
|
||
|
"token_response": {
|
||
|
"access_token": "bar_access_token",
|
||
|
"expires_in": 3600,
|
||
|
"id_token": "bar_id_token",
|
||
|
"token_type": "Bearer"
|
||
|
},
|
||
|
"token_uri": "https://accounts.google.com/o/oauth2/token",
|
||
|
"user_agent": "Cloud SDK Command Line Tool"
|
||
|
},
|
||
|
"key": {
|
||
|
"account": "bar@example.com",
|
||
|
"clientId": "bar_client_id",
|
||
|
"scope": "https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/devstorage.full_control https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/ndev.cloudman https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/sqlservice.admin https://www.googleapis.com/auth/prediction https://www.googleapis.com/auth/projecthosting",
|
||
|
"type": "google-cloud-sdk"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"file_version": 1
|
||
|
}
|