client_secrets.json 442 B

1234567891011121314
  1. {
  2. "web": {
  3. "client_id": "example.apps.googleusercontent.com",
  4. "project_id": "example",
  5. "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  6. "token_uri": "https://accounts.google.com/o/oauth2/token",
  7. "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
  8. "client_secret": "itsasecrettoeveryone",
  9. "redirect_uris": [
  10. "urn:ietf:wg:oauth:2.0:oob",
  11. "http://localhost"
  12. ]
  13. }
  14. }