{
    "web": {
        "client_id": "283941951659-b8gn65atjg57971gfecc59bdhm5nc0hl.apps.googleusercontent.com",
        "project_id": "my-auth-app-485608",
        "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:5001/api/sat/auth/google/callback"
        ],
        "javascript_origins": [
            "http://localhost:3000"
        ]
    }
}