File size: 308 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 |
{
"web": {
"client_id": "foo_client_id",
"client_secret": "foo_client_secret",
"redirect_uris": [],
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://accounts.google.com/o/oauth2/token",
"revoke_uri": "https://accounts.google.com/o/oauth2/revoke"
}
}
|