| Crates.io | threatflux-google-sdk |
| lib.rs | threatflux-google-sdk |
| version | 0.2.0 |
| created_at | 2026-01-03 15:13:28.620753+00 |
| updated_at | 2026-01-03 15:13:28.620753+00 |
| description | Google OAuth/Gmail/Calendar SDK for ThreatFlux |
| homepage | https://github.com/ThreatFlux/core |
| repository | https://github.com/ThreatFlux/core |
| max_upload_size | |
| id | 2020298 |
| size | 168,779 |
A reusable Google API client for ThreatFlux services. Includes OAuth token refresh helpers, Gmail API utilities, and Google Calendar API utilities.
use threatflux_google_sdk::oauth::{google_cloud_scope_catalog, ScopeCatalog};
use threatflux_google_sdk::tokens::{GoogleTokenManager, TokenStore};
Enable the optional auth-sdk feature to integrate with threatflux-auth-sdk OAuth configs.
MIT