pub async fn verify_google_token( id_token: &str, _client_id: &str, ) -> Result<GoogleTokenInfo, AuthError>
Verify Google ID token and get user info