An example, but empty credentials file

This commit is contained in:
Ross Jones 2012-10-18 16:02:26 +01:00
parent c4a720840b
commit c5b7121251
1 changed files with 10 additions and 0 deletions

10
credentials.json.template Normal file
View File

@ -0,0 +1,10 @@
{
"installed": {
"client_id": "",
"client_secret": "",
"redirect_uris": [""],
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://accounts.google.com/o/oauth2/token"
}
}