Skip to content

Commit 5684740

Browse files
"Added sample: go/client_secrets.json.sample"
1 parent bfd7d9d commit 5684740

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

go/client_secrets.json.sample

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"installed": {
3+
"client_id": "YOUR_CLIENT_ID_HERE",
4+
"client_secret": "YOUR_CLIENT_SECRET_HERE",
5+
"redirect_uris": ["http://localhost:8080/oauth2callback"],
6+
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
7+
"token_uri": "https://accounts.google.com/o/oauth2/token"
8+
}
9+
}

0 commit comments

Comments
 (0)