An example, but empty credentials file
This commit is contained in:
parent
c4a720840b
commit
c5b7121251
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue