1#[async_trait::async_trait] 2pub trait GoogleWorkspaceCredentials { 3 async fn get_access_token(&self) -> anyhow::Result<String>; 4}