class 2-5

This commit is contained in:
2026-03-04 21:41:09 +09:00
commit 7b11ba0a8d
15 changed files with 1809 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"web": {
"client_id": "769538006975-q773s454k2l1r4q35vat4psbjfgg59pk.apps.googleusercontent.com",
"project_id": "g-cal-task-management25",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "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",
"redirect_uris": ["http://localhost:4000/callback"],
"javascript_origins": ["http://localhost"]
}
}